Expert Developer JavaScript Question: Download Expert JavaScript Developer PDF

What does the isNaN() function do?

Tweet Share WhatsApp

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 PDF Read All 150 Expert JavaScript Developer Questions
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?