Skip to content

MAX_VALUE

Subhajit Sahu edited this page Feb 3, 2021 · 13 revisions

Maximum int32 value. 🏃 📼 📦 🌔 📒

Similar: MIN_VALUE, MAX_VALUE.

integer.MAX_VALUE;
const integer = require("extra-integer");

integer.MAX_VALUE;
// 2147483647
Clone this wiki locally