โexponentiation (**)
๐ง under construction
JS โฉ operator โฉ arithmetic โฉ exponentiation (**)
(โญES2016) ๐ table of operators
** operator
precedence relative to the unary negation operator is not definedโ
explicitly use parentheses when mixing
-
with**
โequivalent to Math.pow() (except
**
also accepts BigInts)โ
๐ table of operators
Last updated
Was this helpful?