Skip to content

Instantly share code, notes, and snippets.

@MauricioRobayo
Created August 15, 2021 01:29
Show Gist options
  • Select an option

  • Save MauricioRobayo/6beb70bb85b15df30451c7773ca4c07a to your computer and use it in GitHub Desktop.

Select an option

Save MauricioRobayo/6beb70bb85b15df30451c7773ca4c07a to your computer and use it in GitHub Desktop.
BigInt is a built-in object whose constructor returns a bigint primitive — also called a BigInt value, or sometimes just a BigInt — to represent whole numbers larger than 2^53 - 1 (Number.MAX_SAFE_INTEGER), which is the largest number JavaScript can represent with a number primitive (or Number value). BigInt values can be used for arbitrarily large integers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment