BigInt : Object
An arbitrarily large integer value. Allows storing integers larger than what Number allows. Use Number(bigInt) to convert a BigInt to a Number.
Creates a BigInt for the specified number. int
should be between Number.MIN_SAFE_INTEGER and Number.MAX_SAFE_INTEGER.
Example:
RunResults:
Copyright © JavaScripture Contributors