1.
What is the keyword used to declare a constant variable in JavaScript?
2.
Which keyword is used to define a function in JavaScript?
3.
Which keyword is used to create a new instance of an object?
4.
What is the purpose of the typeof keyword in JavaScript?
5.
Which keyword is used to handle exceptions in JavaScript?
6.
What keyword is used to break out of a loop in JavaScript?
7.
Which keyword is used to handle the final steps in error handling in JavaScript?
8.
Which keyword is used to define a class in JavaScript?
9.
What is the purpose of the super keyword in JavaScript?
10.
Which keyword is used to define an object in JavaScript?