➕exponentiation (**)
🚧 under construction
Last updated
Was this helpful?
🚧 under construction
Last updated
Was this helpful?
Was this helpful?
JS ⟩ operator ⟩ arithmetic ⟩ exponentiation (**)
(⭐ES2016) 👉 table of operators
a ** x // exponentiation
** operator
precedence relative to the unary negation operator is not defined❗
explicitly use when mixing -
with **
❗
equivalent to (except **
also accepts )❗
👉