What are objects used for?
Objects group together a set of variables and functions
What are object properties?
The variables which are part of an object.
Describe object literal notation.
var + var name assigned to + object
Object is the curly braces and their contents.
How do you remove a property from an object?
Use delete keyword followed by the object
What are the two ways to get or update the value of a property?
dot notation or square bracket