➕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)❗
Last updated