How can I install and run java script on my pc | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I install and run java script on my pc

Answer needed fastly

16th Aug 2021, 12:19 PM
sami Ahmed
3 Answers
+ 3
Install this os on your pc to run JavaScript https://node-os.com/
16th Aug 2021, 6:13 PM
Prashanth Kumar
Prashanth Kumar - avatar
+ 1
any browser is capable of running JS. all you had to do is put the file directory to HTML through script tag
16th Aug 2021, 12:54 PM
Rellot's screwdriver
Rellot's screwdriver - avatar
+ 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.
16th Aug 2021, 1:25 PM
Gevorg Kuzbashian
Gevorg Kuzbashian - avatar