how to save JavaScript add where to run and extension ?
Answers
Hi my dear friend,
Use a text editor like notepad to save your javascript files. Now run it on your browser,preferably chrome. A javascript file is saved with an extension of “.js”. You can run the file on any browser by referencing it in an html file and running the html file which would load the js to the browser.
~Thank you
Javascript and running it
-----------------------------------------------
If you have to run any kind of programming language or if you have to run HTML on any browser, then you can do it easily.
For that, Download Any text editor from internet (Notepad++,Code writer etc) And type the coding and programming in that code writers. And Then save it by using Ctrl+S.
(You can save it anywhere)
After saving it open it. Browser will display your code in the form of text. You don't need any extension for running JavaScript or HTML or any other program.