Skip to content

Infinite loop eval #4

@VincentDamour

Description

@VincentDamour

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions