can you answer this? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

can you answer this?

How do i do Javascript on a computer without going to any websites?

2nd Jul 2018, 7:04 PM
Laci
Laci - avatar
5 Answers
+ 7
You can download a text editor and start coding away Here are some examples: SublimeText Atom Or you can use the Notes application that is normally already on the computer, However, a good text-editor is a lot better. This way you can code on your computer without going to a website or without needing any internet Here is a donload for atom: https://atom.io/
2nd Jul 2018, 7:12 PM
Agent
Agent - avatar
+ 3
Agent How do you download something without "needing any internet"? I am just messing around, you are right. Any text editor can be a starting place for writing some JavaScript (or in fact any other language) Adding to @Agent suggestions - I would recommend Visual Studio Code for a text editor/IDE.
2nd Jul 2018, 8:51 PM
Ivan Stoyanov
Ivan Stoyanov - avatar
+ 2
Any OS has (least) a browser... Any OS has (least) an text editor... Write an js file script, write an html container, link js in html and open html file with your browser. If you dont want use a browser, try to seaech Node.js
2nd Jul 2018, 9:15 PM
KrOW
KrOW - avatar
+ 2
Any OS has (least) a browser... Any OS has (least) an text editor... Write an js file script, write an html container, link js in html and open html file with your browser. If you dont want use a browser, try to search Node.js
2nd Jul 2018, 9:15 PM
KrOW
KrOW - avatar
+ 2
if you are posting on SL you have means for internet access. Download whatever you need (a text editor, a server and a recent browser) and transfer it to your computer. Better option use a wifi hotspot on your phone to connect the computer and directly download what you need.
3rd Jul 2018, 12:32 AM
seamiki
seamiki - avatar