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.
JavaScript Arithmetic Operators:
The Addition (+) Operator
The Subtraction (-) Operator
The Multiplication (*) Operator
The Division (/) Operator
The Exponentiation (**) Operator
The Remainder (%) Operator
The Increment (++) Operator
The Decrement (--) Operator