11.
Which operator is used for left shift in JavaScript?
12.
What is the result of 'true && false' in JavaScript?
13.
Which operator is used for modulo division in JavaScript?
14.
What is the result of '10 < 5' in JavaScript?
15.
Which operator is used for bitwise XOR in JavaScript?
16.
What is the result of '5 >= 5' in JavaScript?
17.
Which operator is used for right shift in JavaScript?
18.
What is the result of '10 !== "10"' in JavaScript?
19.
What is the result of 'true
20.
Which operator is used for bitwise NOT in JavaScript?