1.
Which of the following is a logical operator in JavaScript?
2.
What is the result of the expression 5 + "5"?
3.
What does the typeof operator return for an array?
4.
Which operator is used to assign a value to a variable in JavaScript?
5.
What is the result of the expression 3 * "3"?
6.
Which of the following operators can be used to compare two values, including type comparison?
7.
What does the !! operator do to a value?
8.
What is the value of the expression null == undefined?
9.
Which operator checks if two values are not equal and also checks for type?
10.
What is the result of 10 % 3 in JavaScript?