Checks if value is NaN.
Note: This method is not the same as isNaN which returns true for undefined and other non-numeric values.
Optional
The value to check.
Returns true if value is NaN, else false.
Checks if value is NaN.
Note: This method is not the same as isNaN which returns true for undefined and other non-numeric values.