Question 1: What is the result of 5 + '5' in JavaScript?
Question 2: Which operator is used to compare both value and type in JavaScript?
Question 3: What is the output of typeof NaN in JavaScript?
Question 4: Which operator is used to check if a value is not equal in JavaScript?
Question 5: What does the && operator do in JavaScript?
Question 6: What will be the result of 10 % 3?
Question 7: What does the typeof operator return for an array in JavaScript?
Question 8: Which of the following is a ternary operator in JavaScript?
Question 9: What is the result of true + false in JavaScript?
Question 10: What will be the output of 2 ** 3 in JavaScript?