You must log in or register to comment.
NaN is specifically not a number.
> typeof NaN "number"
Well, it’s something like the difference between
{ x: null }
and{ }
.
NaN is specifically not a number.
> typeof NaN
"number"
Well, it’s something like the difference between { x: null }
and { }
.