JC-Orozco / BlocksIDE

Complete Blocks js development environment including js to blocks and blocks to js conversions
https://jc-orozco.github.io/BlocksIDE/build/index.html
Apache License 2.0
73 stars 19 forks source link

++i != i++ #15

Closed NeilFraser closed 7 years ago

NeilFraser commented 7 years ago

var i = 0; window.alert(i++); window.alert(++i);

JC-Orozco commented 7 years ago

Fixed on version 0.3.16