+ 4
Why does this code, the result is false ??
3 ответов
+ 7
https://code.sololearn.com/W3CwqAGgJqRV/?ref=app
See this code!
All the best!
+ 4
NaN means Not A Number. It is False because NaN is special(in short) and it really means nothing even to itself.
Like "Null" and "Undefined", NaN is special with no actual value in Javascript.
+ 3
Thanks for the answer MrDevEzeoke Rishav Tiwari ...