11.
What is the data type of the value Infinity in JavaScript?
12.
Which of the following is not a valid JavaScript variable name according to naming conventions?
13.
What will be the output of typeof {} in JavaScript?
14.
Which of the following data types is used to represent a function in JavaScript?
15.
What will be the data type of the result when dividing a number by zero in JavaScript?
16.
What is the data type of the value 'null' (as a string) in JavaScript?
17.
Which data type is used to represent a list of elements in JavaScript?
18.
What will be the output of typeof NaN in JavaScript?
19.
What data type is used to represent a collection of key-value pairs in JavaScript?