What does JavaScript primarily run on?
Which keyword is used to declare a variable in JavaScript?
Which of the following is NOT a JavaScript data type?
How do you write a comment in JavaScript?
Which symbol is used for strict equality in JavaScript?
Which of these is a new variable declaration keyword introduced in ES6?
Which ES6 feature allows destructuring arrays and objects?
How do you write an arrow function?
What is the purpose of `Promise` in JavaScript?
Which method is used to handle resolved promises?
What is a closure in JavaScript?
Which method changes the prototype of an object?
What is the value of `this` in strict mode when called in a function?
Which design pattern ensures only one instance of a class?
Which method creates a deep clone of an object?