+ 2
what is the meaning of:AsNan() in java script?
what is the main objective?
2 ответов
+ 6
I never heard about AsNan() maybe you wanna know about isNaN() , first of all , The NaN property represents "Not-a-Number" value. This property indicates that a value is not a legal number. The NaN property is the same as the Number. So isNaN() checks that it will give a NaN [ Generally Caused by Maths Error ] or not.
https://code.sololearn.com/c5mog84Q4X2m/?ref=app
+ 1
ok I got it thanks