Skip to content

Instantly share code, notes, and snippets.

@zeptobook
Created June 23, 2020 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeptobook/1dbfc5b05c253f3559bab4b4bfd080cf to your computer and use it in GitHub Desktop.
Save zeptobook/1dbfc5b05c253f3559bab4b4bfd080cf to your computer and use it in GitHub Desktop.
const bigInt = 1234567890123456789012345678901234567890n;
const bigIntFromNumber = BigInt(10); // same as 10n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment