Answers

Question and Answer:

  Home  Expert JavaScript Developer

⟩ What does the isNaN() function do?

The isNaN() function is used to determine whether a value is not a number, or an illegal number. If the argument is not a number, the isNaN() function will return TRUE.

 220 views

More Questions for you: