the
isNaN
of
factor
isNaN
(
expression )
Factor and expression yield integer
s, number
s, or complex
es.
The isNaN
function returns true
if the specified value is NaN
, or false
if the specified value is defined and finite, infinity
, or -infinity
.