Q. What does the 'typeof' operator return for a function?

  • (A) function
  • (B) object
  • (C) method
  • (D) callable
πŸ’¬ Discuss
βœ… Correct Answer: (A) function
Explanation: In JavaScript, typeof on a function returns 'function'.
Explanation by: Mr. Dubey
In JavaScript, typeof on a function returns 'function'.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
64
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
80%
Success Rate