Skip to content

Instantly share code, notes, and snippets.

@Hydrock
Created June 13, 2018 07:48
Show Gist options
  • Save Hydrock/3322e615078d3d27880b8f4fd41392cd to your computer and use it in GitHub Desktop.
Save Hydrock/3322e615078d3d27880b8f4fd41392cd to your computer and use it in GitHub Desktop.
BigInt(123);
// → 123n
BigInt(1.5);
// → RangeError
BigInt('1.5');
// → SyntaxError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment