What are objects used for?
To keep related stuff together
Model real life objects
What are object properties?
exclusive variables, another way to store data (exclusive for objects)
Describe object literal notation.
object literal with curly braces and key:values,
How do you remove a property from an object?
Delete operator
What are the two ways to get or update the value of a property?
dot and bracket notation. (dot is more preferable).