JavaScript Tutorial/Global/NaN

Материал из Web эксперт
Перейти к: навигация, поиск

Global.NaN

The NaN object represents an object that is not equal to any number, including itself.

NaN stands for Not a Number.



   <source lang="javascript">

<html>

   <body>
   <script lanuguage="JavaScript">
   
   </script>
   </body>
   </html></source>