1. Computing & Technology

isNaN

From , former About.com Guide

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))
Related Searches isnan global method

©2012 About.com. All rights reserved.

A part of The New York Times Company.