Javascript Flashcards
1
Q
What is a “thread” in Javascript?
A
A single task or instruction to be executed
2
Q
What does “null” mean?
A
An intentional absence of any value; must be assigned
3
Q
What does it mean for a variable to be “undefined?”
A
It does not have a defined value
4
Q
What is an “object” in Javascript?
A
It is an element that contains properties (“traits”) and methods (“behaviors”).