- JavaScript DHTML
- Javascript Objects
- Number
Number.NEGATIVE_INFINITY
<html> <head> <title>Number properties</title> </head> <body> <script type="text/javascript"> document.writeln(Number.NEGATIVE_INFINITY + "<br />"); </script> </body> </html>
Related examples in the same category