We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The compiler considers "i" to be one variable, not two, and an infinite loop occurs.
run
for(let i = 0; i < 30; i++) { let i = 10 while(i--) {} }
0.27.15