Skip to content

Code Editor : Even commented code are still part of execution #9

@ThiruDev50

Description

@ThiruDev50
  • Lets assume the below JS snippet
let a="Hello";
//let someError = c-1;
console.log(a)
  • Though the line is commented, still it is giving issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions