+ 2
What software do i need to learn JavaScript
I learned the fundamental programming of html and css.Now I want to learn javascript.Now what software does I need to learn JavaScript?.
2 Answers
+ 2
You don’t need any special software to write JavaScript. All you need is a plain text editor and a web browser. Code written in JavaScript must be executed from a document written in (X)HTML. There are two ways of doing this. You can place the JavaScript between <script> tags within the <head> of the document:
0
You can download sololearn js to help you