The Exponentiation Operator **
Description
The exponentiation (**) operator returns the first operand raised to the power of the second operand.
The ** operator accepts BigInts as operands.
Learn More:
Browser Support
**
is a JavaScript 2016 feature.
ES 2016 is supported in all modern browsers:
Chrome | Edge | Firefox | Safari | Opera |
Yes | Yes | Yes | Yes | Yes |