The Number.isNaN() function returns true if the value is Number.NaN (Not-a-Number), and false if not.
Click the button to check whether a number is NaN.
Note: The Number.isNaN() function is not supported in IE 11 (and earlier versions).