JavaScript » Number » MIN_VALUE

Syntax:
Number.MIN_VALUE

This property represents the smallest positive number possible in JavaScript, and as a static property is always referred to as Number.MIN_VALUE. Its value is 5e-324, and any value smaller than that is converted to 0.