11.
How is the Symbol data type different from other primitive data types in JavaScript?
12.
What is the result of the expression typeof undefined in JavaScript?
13.
Which primitive data type in JavaScript represents integers and floating-point numbers?
14.
What does the expression typeof "123" return in JavaScript?
15.
Which of the following statements accurately describes the Boolean data type in JavaScript?
16.
Which of the following statements accurately describes the Boolean data type in JavaScript?
17.
What does the expression typeof null return in JavaScript?
18.
Which primitive data type represents variables that have been explicitly set to represent no value?
19.
How is the Undefined data type different from the Null data type in JavaScript?
20.
What does the expression typeof Symbol() return in JavaScript?