Q. What does the 'typeof' operator return for a function? (A) function (B) object (C) method (D) callable ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) function Explanation: In JavaScript, typeof on a function returns 'function'.