Q. What is the default value of 'this' in a JavaScript class method?
β
Correct Answer: (C)
the class instance
Explanation: In class methods, 'this' refers to the class instance.