What are objects used for?
Model real world objects.
What are object properties?
The name:values pairs in JavaScript objects.
Describe object literal notation.
Defining an object using { }.
How do you remove a property from an object?
Using the delete operator.