Q. What is the output of typeof null in JavaScript?
β
Correct Answer: (A)
object
Explanation: typeof null returns 'object' due to a long-standing bug in JavaScript.