+ 2

What is NaN?

10th Feb 2017, 6:55 PM
Andrei Iliescu
Andrei Iliescu - avatar
4 Answers
+ 5
A pseudo value standing for Not A Number: occurs when a calcul isn't numerically valid ( don't produce a number ), to store an explicit value differet from 'none' and 'undefined'...
10th Feb 2017, 7:04 PM
visph
visph - avatar
+ 4
The NaN property represents "Not-a-Number" value. This property indicates that a value is not a legal number. Use the isNaN() global function to check if a value is a NaN value.
10th Feb 2017, 7:04 PM
Mike
Mike - avatar
+ 3
NotANumber 0/0 , √-1
11th Feb 2017, 6:19 AM
SUPER_S
SUPER_S - avatar
0
thanks
10th Feb 2017, 8:21 PM
Andrei Iliescu
Andrei Iliescu - avatar