Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/glossary/bigint/index.md
6581 views
---
title: BigInt slug: Glossary/BigInt page-type: glossary-definition
---

In {{Glossary("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

  • Numeric types on Wikipedia

  • The JavaScript type: BigInt

  • The JavaScript global object {{jsxref("BigInt")}}