🔢BigInt

🚧 under construction -> example

JSvalueprimitive ⟩ bigint

a primitive wrapper object used to represent and manipulate primitive bigintvalues — which are too large to be represented by the number primitive.

BigInt can't be converted to Number(👉 TypeError )

arithmetic operator(s) do not allow to mix BigInt and Number

bitwise operator(s) can be used with BigInt.

Last updated