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