Definition: isNaN is a global method which will return true if the object is a number and false if it is not. This is not a reserved word so you can declare your own variable or function called isNaN but if you do then you will not be able to use this method.
Examples:
if (isNaN(x))
