exponentiation-operator-precedence.js 22 B

1
  1. var foo = (1-2) ** 2;