The isNaN() function checks if a value is NaN (Not-a-Number) or not. Example. let number = NaN; // check if number is NaN let result = ...
確定! 回上一頁