What are objects used for?
create real life models of objects
What are object properties?
storage areas connected to the object that care store data
Describe object literal notation.
a var with a decleration block that contains properties
How do you remove a property from an object?
delete keyword
What are the two ways to get or update the value of a property?
dot and bracket notation