1.
What is the correct way to declare a variable in JavaScript?
2.
What does the '===' operator check in JavaScript?
3.
Which statement correctly declares a JavaScript function?
4.
What is the purpose of the 'return' statement in a JavaScript function?
5.
How can you comment a single line of code in JavaScript?
6.
Which operator is used for strict inequality in JavaScript?
7.
What is the purpose of the 'typeof' operator in JavaScript?
8.
Which statement correctly declares a JavaScript array?
9.
How do you concatenate strings in JavaScript?
10.
What is the purpose of the 'this' keyword in JavaScript?