JavaScript Max 32-bit Integer

It has a minimum value of -2,147,483,648 and a maximum value of 2,147,483,647 (inclusive). A 32-bit unsigned integer. It has a minimum value of 0 and a maximum value of 4,294,967,295 (inclusive). A double-precision 64-bit IEEE 754 floating point.
Rahul