aemkei / jsfuck

Write any JavaScript with 6 Characters: []()!+
jsfuck.com
Do What The F*ck You Want To Public License
8.12k stars 672 forks source link

Fixed global loop variable which is corrupted. #66

Open mkbit opened 7 years ago

mkbit commented 7 years ago

Loop variable i is used in FOR(MIN,MAX) and numberReplacer which leads to unnecessary loop iterations. Fixed replacement of CONSTRUCTORS which was handled by the loop variable bug before.

aemkei commented 7 years ago

@mkbit: Many thanks for this PR! Do you have an example, when the old code was breaking? Would help, to avoid the same issue in the future.