11.
How does the typeof operator behave when applied to an "Undefined" value?
12.
Which of the following is an example of using "Null" in JavaScript?
13.
What does the expression typeof null return in JavaScript?
14.
Which statement best describes the relationship between "Undefined" and "Null" in JavaScript?
15.
What happens when a function does not explicitly return a value in JavaScript?
16.
How do you check if a variable has an "Undefined" value in JavaScript?
17.
Which of the following scenarios is a common cause of variables having an "Undefined" value?
18.
What does the expression null == undefined return in JavaScript?
19.
Which of the following statements is true regarding the behavior of "Undefined" and "Null" in JavaScript?
20.
What is the purpose of using "Null" over "Undefined" in certain programming scenarios?