+ 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?.

10th Mar 2017, 11:47 AM
Charan Kumar Reddy
Charan Kumar Reddy - avatar
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:
10th Mar 2017, 12:43 PM
Aliyu Abdullahi Gital
Aliyu Abdullahi Gital - avatar
0
You can download sololearn js to help you
10th Mar 2017, 12:20 PM
mahmoud abdelradi
mahmoud abdelradi - avatar