Return the smallest number possible in JavaScript:
The result will be:
The MIN_VALUE property returns the smallest number possible in JavaScript.
This static property has a value of 5e-324.
Note: Numbers smaller than this are converted to 0.
Note: MIN_VALUE is the closest number to 0 possible in JavaScript. NOT the most negative number, which is the negative MAX_NUMBER.
![]()
The MIN_VALUE property is supported in all major browsers.
| Return Value: | A Number, 5e-324 |
|---|---|
| JavaScript Version: | 1.1 |
JavaScript Number Object
Your message has been sent to W3Schools.