What are objects used for?
Model real-life objects, Storing multi-data-typed properties and their values
What are object properties?
The keyword being assigned a value in an object.
Describe object literal notation.
They are declared by a variable and assigned an opening and closing braces. All methods and properties go in between the curly braces and are separated by a comma
How do you remove a property from an object?
The ‘delete’ property followed by the object name, the dot notation and property name
What are the two ways to get or update the value of a property? Dot or square bracket notation
Dot or square bracket notation