1.
What is the difference between "Undefined" and "Null" in JavaScript?
2.
When does a variable typically have an "Undefined" value?
3.
How is "Null" different from "Undefined"?
4.
Which statement is true regarding the use of "Undefined"?
5.
When does the JavaScript engine assign an "Undefined" value to a variable?
6.
Which of the following correctly describes the purpose of "Null" in JavaScript?
7.
What is the result of the expression typeof undefinedVariable if undefinedVariable is not declared?
8.
Which of the following is a valid use case for "Null" in JavaScript?
9.
How do you assign a variable to have a value of "Null"?
10.
Which of the following statements is correct regarding the comparison of "Undefined" and "Null"?