Q. What does the 'typeof' operator return for a function?
β
Correct Answer: (A)
function
Explanation: In JavaScript, typeof on a function returns 'function'.