JavaScript Tutorial/Number Data Type/MAX VALUE

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

Number.MAX_VALUE

The MAX_VALUE property gets the maximum representable value for a number.

This is approximately: 1.79E�308.



   <source lang="javascript">

<html>

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