Q. What is the output of typeof null? (A) object (B) null (C) undefined (D) string ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) object Explanation: typeof null is a long-standing bug in JavaScript, returning 'object'.