Table of contents Home page
Execute this code
// NaN is unequal to anything, so it cannot be used to check if a value is numerical. // Use isNaN() instead. var x = NaN - 7 // This does not change the value of NaN alert(x)