1.
What is the data type of the value "Hello, World!" in JavaScript?
2.
Which of the following represents a Boolean value in JavaScript?
3.
What does the expression (5 > 3) evaluate to in JavaScript?
4.
What is the value of the expression (10 * 3) / 2 in JavaScript?
5.
Which of the following represents a null value in JavaScript?
6.
What is the result of the expression 10 + "5" in JavaScript?
7.
Which of the following represents an undefined value in JavaScript?
8.
What is the value of the expression "Hello" + "World" in JavaScript?
9.
What data type does the value true represent in JavaScript?
10.
What is the value of the expression 5 + 5 + "10" in JavaScript?