11.
Which of the following represents a numeric value in JavaScript?
12.
What is the value of the expression "20" - 10 in JavaScript?
13.
Which of the following represents an array in JavaScript?
14.
What is the result of the expression 5 * "3" in JavaScript?
15.
What is the value of the expression true && false in JavaScript?
16.
What is the value of the expression (10 > 5)
17.
Which of the following represents an object in JavaScript?
18.
What is the value of the expression !(5 > 3) in JavaScript?
19.
What is the result of the expression "10" + 5 in JavaScript?
20.
What is the value of the expression (true