Infinity global variable JS Home  <<  JS Reference  <<  Infinity

The JavaScript global variable Infinity is a numeric value that represents +/- infinity.


Examples


The following code illustrates Infinity.



// Initial value.
alert(Infinity); 

// Negative infinity.
alert(-Infinity); 

Press the button below to action the above code:

Related Tutorials

JavaScript Advanced Tutorials - Lesson 3 - Number