11.
Which of the following is not a primitive value in JavaScript?
12.
What is the result of the expression true + false in JavaScript?
13.
What does the Symbol data type represent in JavaScript?
14.
Which of the following statements about primitive values in JavaScript is true?
15.
What is the result of the expression undefined + null in JavaScript?
16.
Which of the following statements is true about primitive data types in JavaScript?
17.
Which primitive value represents absence of value or no value assigned?
18.
What is the result of the expression true == 1 in JavaScript?
19.
Which of the following is a valid JavaScript symbol?
20.
What is the data type of the value NaN in JavaScript?