remy / jsconsole

Web based console - for presentations and workshops
http://jsconsole.com
MIT License
1.91k stars 334 forks source link

for await...of isn't supported #174

Open AbdSattout opened 2 years ago

AbdSattout commented 2 years ago
for await (const item of arr) {
    // code
}

Also if the code not formated properly, it always throws unexpected token But if i test it in browser console, it works To test that just paste a minified js library file