Created
August 5, 2019 11:21
-
-
Save indreklasn/0fa44c49dfed9da1d7b80648a39c4867 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 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