esdown icon indicating copy to clipboard operation
esdown copied to clipboard

exponentiation operator

Open yukulele opened this issue 9 years ago • 0 comments

Is it possible to add exponentiation operator support:

const foo = 5 ** 2
let bar = 3
bar **= 3
console.log (foo, bar) // 25, 27

yukulele avatar Jun 17 '16 17:06 yukulele