javascript Global isNaN( )

isNaN( )NN 2 IE 3 ECMA 1  

isNaN(expression)

  

Returns a Boolean value of true if the expression passed as a parameter does not evaluate to a numeric value. Any expression that evaluates to NaN (such as performing parseInt( ) on a string that does not begin with a numeral) causes the isNaN( ) method to return true.

 
Parameters
 
expression

Any JavaScript expression.

 
Returned Value

Boolean value: true | false.


902,Nickname,Homepage or email,Comments here,Add comment