Is Nan
The isNaN() Method
The global isNaN() method returns true if the argument is NaN. Otherwise it returns false:
Example
isNaN("Hello"); // returns true
The global isNaN() method returns true if the argument is NaN. Otherwise it returns false:
isNaN("Hello"); // returns true