Q. Which keyword is used to create a class in JavaScript?
β
Correct Answer: (A)
class
Explanation: The class keyword is used to declare a class in ES6 and above.