What are objects used for?
Objects are used group together .
What are object properties?
Object properties are variables that are part of the object.
Describe object literal notation.
Delete operator.
How do you remove a property from an object?
Use an opening bracket, list of properties and values, ect
What are the two ways to get or update the value of a property?
Dot and bracket notation.