RE: The Exponentiation Operator in JavaScript
This syntax is much easier to use than Math.pow. I wonder if there is a performance boost, as well.
Math.pow
RE: The Exponentiation Operator in JavaScript