Search
In the following code example, log to the console if the variables have a value of the type NaN or not.
NaN
The output should be either true or false.
true
false