What are objects used for?
An object is a collection of related data and/or functionality (which usually consists of several variables and functions — which are called properties and methods when they are inside objects.)
What are object properties?
Object properties are defined as a simple association between name and value.
Describe object literal notation.
How do you remove a property from an object?
Use the delete operator with the property name.
What are the two ways to get or update the value of a property?
2. bracket notation