1.
Which keyword is used to declare variables in JavaScript?
2.
What is the purpose of the 'let' keyword in JavaScript?
3.
Which keyword is used to declare constants in JavaScript?
4.
What is the purpose of the 'if' keyword in JavaScript?
5.
Which keyword is used to create a loop with multiple cases in JavaScript?
6.
What does the 'break' keyword do in JavaScript?
7.
Which keyword is used to skip the current iteration in a loop?
8.
What does the 'return' keyword do in JavaScript?
9.
Which keyword is used to create a new instance of an object?
10.
What does the 'this' keyword refer to in JavaScript?