Number.MIN_VALUE : MIN_VALUE : Number Data Type JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Number Data Type » MIN_VALUE »

 

Number.MIN_VALUE








The MIN_VALUE property gets the minimum possible numeric value known to JavaScript.

This is approximately: 2.22E-308.












<html>
    <body>
    <script language="JavaScript">
    <!--
    if((0.0000000001>= Number.MIN_VALUE){
         document.write("The number is not the minimum value");
    }
    -->
    </script>
    </body>
    </html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Number Data Type
» MIN_VALUE