Provides an arithmetic operator equivalent of Math.pow(), in which the lefthand-side expression serves as the base value, and the righthand-side expression serves as the exponent.
Samples: http://www.2ality.com/2016/02/exponentiation-operator.html https://blog.mariusschulz.com/2015/11/24/the-exponentiation-operator-in-javascript