javascript-objects Flashcards
1
Q
What are objects used for?
A
create real life models of objects
2
Q
What are object properties?
A
storage areas connected to the object that care store data
3
Q
Describe object literal notation.
A
a var with a decleration block that contains properties
4
Q
How do you remove a property from an object?
A
delete keyword
5
Q
What are the two ways to get or update the value of a property?
A
dot and bracket notation