1.
Which primitive data type represents textual data?
2.
What does the Boolean data type represent in JavaScript?
3.
Which primitive data type represents variables that are declared but not initialized?
4.
What is the purpose of the Null data type in JavaScript?
5.
Which primitive data type represents unique identifiers introduced in ECMAScript 6?
6.
What does the expression typeof 42 return in JavaScript?
7.
What is the result of the expression typeof "Hello" in JavaScript?
8.
Which data type is represented by the value null in JavaScript?
9.
What does the expression typeof true return in JavaScript?
10.
Which data type represents variables that have been explicitly set to have no value?