Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nitayneeman/5bb2c07c1c3425d95fe0dda4e7d6aadb to your computer and use it in GitHub Desktop.
Save nitayneeman/5bb2c07c1c3425d95fe0dda4e7d6aadb to your computer and use it in GitHub Desktop.
const bigint = 9007199254740992n;
console.log(bigint); // 9007199254740992n
console.log(typeof bigint); // bigint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment