|
|
JavaScript MIN_VALUE Property
JavaScript Number Object
Definition and Usage
The MIN_VALUE property returns the smallest (positive) value that may be used in JavaScript.
This constant has actual value 5 x 10-324.
Syntax
Example
Example
Return the smallest possible value in JavaScript:
<script type="text/javascript">
document.write(Number.MIN_VALUE);
</script>
|
The output of the code above will be:
Try it yourself »
|
JavaScript Number Object
The Creators of XMLSpy are Pleased to Announce
|
|
|