Native Browser Javascript
I can't create a native browser javascript repl. When I create a repl by selecting JS it creates repl by node.js where I can't use like a browser console. But I have seen someone can create repl by native browser javascript. So how can i enable that?
nagamainamdar
I am facing the same issue. The editor is not able to identify native JS functions.
Himanshubishtt
Same issue with me. And also we don't get intellisense when use node instead of native browser js.
mahanteshbg
I need to use native browser script, coz some time my script is giving error. eg. let s = x.flat().flat().reduce((s,n)=>s+n);
flat() is not a func error.
If you're sure you don't want to use nodejs, you can just fork my reply here: https://repl.it/talk/share/Javascript-Repl-is-HERE/9990
You're welcome to use a fork of an older repl, but be warned there may be issues.