11.
Which operator would you use to determine the remainder of a division in JavaScript?
12.
What is the result of 5 === "5"?
13.
What does the + operator do when used with two numbers?
14.
What is the output of 10 > 5 && 5 < 2?
15.
Which of the following is not a comparison operator?
16.
What does typeof NaN return?
17.
What is the result of true + false?
18.
Which operator is used for string concatenation in JavaScript?
19.
What does the typeof operator return for a function?
20.
What is the result of "5" - 2?