Q. What is the output of typeof NaN?

  • (A) number
  • (B) NaN
  • (C) undefined
  • (D) object
πŸ’¬ Discuss
βœ… Correct Answer: (A) number
Explanation: NaN is a special value representing 'Not a Number', but typeof returns 'number'.
Explanation by: Mr. Dubey
NaN is a special value representing 'Not a Number', but typeof returns 'number'.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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