Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created August 5, 2019 11:21
Show Gist options
  • Save indreklasn/0fa44c49dfed9da1d7b80648a39c4867 to your computer and use it in GitHub Desktop.
Save indreklasn/0fa44c49dfed9da1d7b80648a39c4867 to your computer and use it in GitHub Desktop.
const theBiggestInt = 9007199254740991n;
const alsoHuge = BigInt(9007199254740991);
// ↪ 9007199254740991n
const hugeButString = BigInt('9007199254740991');
// ↪ 9007199254740991n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment