1. Which operator is used for addition in JavaScript?
2. What does the == operator compare?What does the == operator compare?
3. What is the output of 5 + '5'?
4. Which operator is used to compare both value and type?
5. What is the result of 10 > 5?
6. Which is NOT a logical operator?
7. What does the % operator return?
8. What is 10 == '10'?
9. What is 10 === '10'?
10. Which operator is used for NOT?
Wait for 20 seconds...
Tags
JavaScript
