+ 1
The need of Javascript
Why do we need to use javascript to print "Hello world" instead of using html itself with a paragraph tag??
2 Answers
+ 6
javascript is used to manipulate the HTML page
so if you want to make it dynamically, javascript is an easy and simple way to go
+ 1
So that you can learn JavaScript