Created
March 28, 2021 20:38
-
-
Save nitayneeman/5bb2c07c1c3425d95fe0dda4e7d6aadb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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