1.
Which of the following is a valid JavaScript literal expression?
2.
What is the result of the expression '5 + 3 * 2'?
3.
Which operator is used for logical NOT in JavaScript?
4.
What is the value of the expression 'true && false'?
5.
Which of the following is a string expression in JavaScript?
6.
What is the result of '10 == "10"' in JavaScript?
7.
Which operator is used for incrementing a value in JavaScript?
8.
What will be the value of 'true
9.
Which of the following is an example of a conditional expression in JavaScript?
10.
What is the result of '5 >= 5' in JavaScript?