javascript-objects Flashcards
1
Q
What are objects used for?
A
Objects are used group together .
2
Q
What are object properties?
A
Object properties are variables that are part of the object.
3
Q
Describe object literal notation.
A
Delete operator.
4
Q
How do you remove a property from an object?
A
Use an opening bracket, list of properties and values, ect
5
Q
What are the two ways to get or update the value of a property?
A
Dot and bracket notation.