What are objects used for?
Objects group togther a set of variables and functions with a common theme or purpose.
What are object properties?
What would be considered a variable becomes a property when inside an object
Describe object literal notation.
literal notation is using curly brackets with the property/value inside
How do you remove a property from an object?
delete
What are the two ways to get or update the value of a property?
dot notation , bracket notation