What does the isNaN() function do?

Submitted by: Administrator
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.
Submitted by:

Read Online Expert Developer JavaScript Job Interview Questions And Answers