Microsoft® JScript isNaN Function See Also |
Language Reference
|
Determines whether a value is the reserved value NaN (not a number).
isNaN( numvalue )
The numvalue argument is the value to be tested against NaN.
The isNaN function returns true if the value is NaN, false otherwise. This function is typically used to test return values from the parseInt and parseFloat functions.