web-maker
web-maker copied to clipboard
Fixed issue #95.
Now loops with popup functions (alert, prompt, confirm) like this:
for (var i = 0; i < 6; i++){alert(i);}
Will work.
It also works with loops without curly braces, nested loops, and popups called through the window object (e.g. window.alert()).
wow! Thanks for the fix @PythonCow. I'll check it out.
@PythonCow I had the comment written in 2017, but damn this Github UI, they were in "pending" state till today. Sorry!