Q. What is the purpose of the isNaN() function?

  • (A) Checks if a value is NaN
  • (B) Checks if a value is not a number
  • (C) Checks if a value is null
  • (D) Both a and b
πŸ’¬ Discuss
βœ… Correct Answer: (D) Both a and b
Explanation: isNaN() returns true if the value is NaN or not a number.
Explanation by: Chandani
isNaN() returns true if the value is NaN or not a number.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
89
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Chandani
Publisher
πŸ“ˆ
87%
Success Rate