Q. What is the output of typeof null?

  • (A) object
  • (B) null
  • (C) undefined
  • (D) string
πŸ’¬ Discuss
βœ… Correct Answer: (A) object
Explanation: typeof null is a long-standing bug in JavaScript, returning 'object'.
Explanation by: Mr. Dubey
typeof null is a long-standing bug in JavaScript, returning 'object'.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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