πŸ“Š JavaScript
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

πŸ‘οΈ
50
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate