es6console
es6console copied to clipboard
Turn off auto-run
Not sure if this is an appropriate place to raise issues regarding https://es6console.com/ but I'm wondering if there is a way to turn off auto-running code as I type? The second my students start typing it tries to run their code filling the DevTools console with errors which IMO makes it unusable so I have students use JSBin instead, which also has the advantage of showing JS errors in the console.
Me too. When I start typing a loop it just crashes.
Me as well, I faced an issue regarding autorun, it freezes when I'm starting to type while (true)