JS
challenger
Home
JavaScript Basics
objects
Objects
object initializer
object properties
key-value pairs
object literal
NEXT
Introduction to JavaScript objects
LESSON
Get value from object
CHALLENGE
Create an object I
CHALLENGE
Create an object II
CHALLENGE
Create an Object with Multiple Properties
CHALLENGE
Create Object from Function Parameters
CHALLENGE
Create an Object with Conditional Properties
CHALLENGE
Create an Object with Calculated Property Values
CHALLENGE
Modify existing JavaScript objects
LESSON
Add a property to an object using dot notation
CHALLENGE
Update an Object Property
CHALLENGE
Add a Property to an Object
CHALLENGE
Add a Property Based on Two Existing Properties
CHALLENGE
Delete a property from an object
CHALLENGE
Test: JavaScript objects
EXAM