Expert Developer JavaScript Question:
Download Questions PDF

What does the isNaN() function do?

Expert JavaScript Developer Interview Question
Expert JavaScript Developer Interview Question

Answer:

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.

Download Expert JavaScript Developer Interview Questions And Answers PDF

Previous QuestionNext Question
What is the difference between a null value and an undefined value?How can a page be forced to load another page in JavaScript?