1.
Which operator is used for addition in JavaScript?
2.
What is the assignment operator in JavaScript?
3.
Which operator is used for strict equality in JavaScript?
4.
What is the logical AND operator in JavaScript?
5.
Which operator is used for bitwise OR in JavaScript?
6.
What is the result of '5 + "5"' in JavaScript?
7.
Which operator is used to increment a value in JavaScript?
8.
What is the result of 'true || false' in JavaScript?
9.
Which operator is used for exponentiation in JavaScript?
10.
What is the result of '5 == "5"' in JavaScript?