반응형
Notice
Recent Posts
Recent Comments
Link
taenyLog
[JavaScript] NaN 본문
반응형
The NaN global property is a value representing Not-A-Number.
NaN is a property of the global object.
typeof NaN
"number"
200 + 0/0
200 + NaN
NaN
반응형
'Web' 카테고리의 다른 글
[JavaSctript] i++ vs ++i (0) | 2023.09.11 |
---|---|
[JavaScript] Variables (0) | 2023.09.11 |
connection error MongoParseError: option usecreateindex is not supported (0) | 2023.06.29 |
async await 쓰는 이유 (0) | 2023.06.29 |
Mongoose | findByIdAndDelete() (0) | 2023.06.29 |