+ 3
can you answer this?
How do i do Javascript on a computer without going to any websites?
5 Respuestas
+ 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/
+ 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.
+ 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
+ 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
+ 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.