What are objects used for?
holds multiple values in terms of properties and methods
What are object properties?
stores a literal value and method represents function
Describe object literal notation.
an array of key:value pairs, with a colon separating the keys and values,
How do you remove a property from an object?
delete then the property
What are the two ways to get or update the value of a property?
writing the object then the value