Description
The NEGATIVE_INFINITY property represents negative infinity, returned on overflow.
This property has the form:
Number.NEGATIVE_INFINITY
Examples
The following example shows the basic use of this property.
<script>
document.write(Number.NEGATIVE_INFINITY);
</script>
This produces the following result:
Browser Support
Firefox | IE | Chrome | Opera | Safari |
---|---|---|---|---|