BigInt

We'd love to hear more about your role and the company you work for
Please help us by answering a few questions.

In JavaScript, BigInt is a numeric data type that can represent integers in the arbitrary precision format. In other programming languages different numeric types can exist, for examples: Integers, Floats, Doubles, or Bignums.

See also