🔢BigInt
🚧 under construction -> example
Last updated
🚧 under construction -> example
Last updated
JS ⟩ value ⟩ primitive ⟩ bigint
a primitive wrapper object used to represent and manipulate primitive bigint
values — which are too large to be represented by the number
primitive.
arithmetic operator(s) do not allow to mix BigInt and Number
bitwise operator(s) can be used with BigInt.