Objects Flashcards
1
Q
What are objects used for?
A
Grouping sets of variables and functions to create an object or function. model real world objects
2
Q
What are object properties?
A
variables that is attached to objects
3
Q
Describe object literal notation.
A
var key = { property:value, property:value
4
Q
How do you remove a property from an object?
A
keyword delete with dot notation to identify the property or method