Number.isNaN()

어떤 값이 NaN인지 판별합니다. (Not a Number)

    isNaN(value)

https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/isNaN

'언어 정리 > JavaScript' 카테고리의 다른 글

JS 대소문자 확인 toUpperCase, toLowerCase  (0) 2022.11.22
JS 형 변환, 진수변환 - Int <=> String  (0) 2022.11.22
Number.isInteger()  (0) 2022.11.12
String.prototype.repeat()  (0) 2022.11.12
Array.prototype.sort()  (0) 2022.11.12