JavaScript BigInt Reference
See Also:
Complete BigInt reference
Revised June 2026
| Name | Description |
|---|---|
| BigInt() | Returns a BigInt |
| new Bigint() | Returns a BigInt |
| toString() | Converts a bigint value to a string and returns the result |
| valueOf() | Returns the primitive value of a BigInt |