'isNaN()' Example : isNaN : Javascript Methods : JavaScript Reference examples (example source code) Organized by topic

JavaScript Reference
C++
PHP
JavaScript Reference Home »  Javascript Methods   » [  isNaN  ]   
 



'isNaN()' Example

    
<html>
<body>
<button onclick="alert(isNaN('12.34'));">isNaN True</button>
<button onclick="alert(isNaN('Hello'));">isNaN False</button>
</body>
</html>

    
      
      
Related examples in the same category
1.  'isNaN()' Syntax, Parameters and Note








Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.