JavaScript » Number » MAX_VALUE

Syntax:
Number.MAX_VALUE

This property represents the largest value possible in JavaScript. It is a static property and hence always referred to as Number.MAX_VALUE, and has a value of approximately 1.79769e+308. Numbers larger than this are represented as infinity.