What are objects used for?
they are used for grouping together a set of variables and functions with property values and methods; used to model real-life objects
What are object properties?
properties are variables that are part of an object; objects can store any data types
Describe object literal notation.
{}; opening and closing curly braces
What are the two ways to get or update the value of a property?
using the dot notation and bracket notation
How do you remove a property from an object?
delete operator