<html> <head> <title>Number properties</title> </head> <body> <script type="text/javascript"> document.writeln(Number.POSITIVE_INFINITY + "<br />"); </script> </body> </html>