1.
Which of the following is not a valid JavaScript data type?
2.
What will the data type of the variable name be if it is assigned the value 'John Doe'?
3.
What is the data type of the value true in JavaScript?
4.
Which data type is used to represent the absence of a value in JavaScript?
5.
What is the data type of the value null in JavaScript?
6.
Which of the following is a valid JavaScript data type for representing text?
7.
What will be the output of typeof undefined in JavaScript?
8.
Which symbol is used to denote a comment in JavaScript?
9.
What is the data type of the value NaN in JavaScript?
10.
Which data type is used to represent a unique identifier in JavaScript?