isNaN()
The isNaN()
function determines whether a value is NaN
or not. Because coercion inside the isNaN
function can be surprising, you may alternatively want to use Number.isNaN()
.
Last updated
The isNaN()
function determines whether a value is NaN
or not. Because coercion inside the isNaN
function can be surprising, you may alternatively want to use Number.isNaN()
.
Last updated