0
How can I install and run java script on my pc
Answer needed fastly
5 Antworten
+ 3
Install this os on your pc to run JavaScript https://node-os.com/
+ 1
any browser is capable of running JS. all you had to do is put the file directory to HTML through script tag
+ 1
U dont really have to "install Javascript", u can run it in browser, unless u need it for backend, in which case u'll need to get Node.js. Anyway, sooner or later u'll need IDE. There's various IDEs, Atom IDE, Sublime text, Eclipse, Notepad++, etc, but i'd recommend to use VSCodium. It's fork of microsoft Visual Studio Code. Most of basic courses will teach you how to use browser's console and how to run your code written in your local IDE.