A

Admin • 828.03K Points
Coach

Q. What does the isNaN() function do?

  • (A) Checks if a value is NaN
  • (B) Converts a string to a number
  • (C) Checks if a value is null
  • (D) Checks if a value is undefined
  • Correct Answer - Option(A)
  • Views: 7
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin
isNaN() checks whether a value is NaN (Not a Number).

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.