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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are object properties?

A

variables that is attached to objects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe object literal notation.

A

var key = { property:value, property:value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you remove a property from an object?

A

keyword delete with dot notation to identify the property or method

How well did you know this?
1
Not at all
2
3
4
5
Perfectly