Objects Flashcards

1
Q

object constructor syntax

A

let user = new User();

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

object literal syntax

A

let user = { };

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

what are computed properties?

A

they are properties that are placed in square brackets during literal declaration of objects.

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