isNaN()

차노·2023년 8월 20일
0

JS

목록 보기
76/96

In JavaScript, isNaN() is a function that stands for 'is Not-a-Number'.
It is used to determine whether a value is a numeric value or not. The function returns 'true', if the value is not a valid number (such as a string containing non-numeric characters) and false if the value can be interpreted as a valid number.

0개의 댓글