codeboot
codeboot copied to clipboard
Strangely, in JS "var n=5; n *= (n *= n); print(n);" should give 125 but codePlay gives 625.