Prefer the exponentiation operator over Math.pow() Enforces the use of the exponentiation operator over Math.pow(). Fail Math.pow(2, 4); Pass 2 ** 4