Javascript Flashcards

1
Q

What is a “thread” in Javascript?

A

A single task or instruction to be executed

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

What does “null” mean?

A

An intentional absence of any value; must be assigned

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

What does it mean for a variable to be “undefined?”

A

It does not have a defined value

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

What is an “object” in Javascript?

A

It is an element that contains properties (“traits”) and methods (“behaviors”).

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