Deep
0
Q:

nan in js

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. Nan property. Tip: Use the isNaN() global function to check if a value is a NaN value.
3
var val = Number.NaN;
1

New to Communities?

Join the community