How to run Javascript code offline | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to run Javascript code offline

I have started learning Javascript today, how do you run it?

16th Feb 2017, 1:35 AM
DatGuyYaKnow
3 Answers
+ 3
You don't need Internet if the scripts are on your hard drive.
16th Feb 2017, 8:30 AM
Shahar Levy
Shahar Levy - avatar
0
You don't need Internet access to launch HTML files. In html you can include scripts ^^
16th Feb 2017, 2:02 AM
Jakub Stasiak
Jakub Stasiak - avatar
0
You just need HTML file linked to the JavaScript file, or put JavaScript in HTML inside <script>. Then open HTML file with your browser.
16th Feb 2017, 5:44 AM
David Koplik
David Koplik - avatar