Q. What will be the output of typeof function(){}? (A) function (B) object (C) undefined (D) string ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) function Explanation: typeof returns 'function' for function declarations.