-
Notifications
You must be signed in to change notification settings - Fork 266
Open
Description
When writing a while loop, the code will eval and loop infinitely. This is the code I wrote before my browser freeze:
let i = 0;
while(i < 10) { }
I was going to write i++ inside the loop.
I would suggest using lemming.js to fix this.
jamesalmeida and nathanhannig
Metadata
Metadata
Assignees
Labels
No labels