+ 3

What's the significance of JavaScript ?

5th Nov 2016, 4:52 AM
Shreyas Salunkhe
Shreyas Salunkhe - avatar
3 Answers
+ 8
eg: html acts like our bones css like muscles and skin and js like soul 😃😃 i hope u got it
6th Apr 2017, 12:19 PM
Prashanth Kumar
Prashanth Kumar - avatar
+ 6
JavaScript is a light weight languages mainly used in web pages to add interactivity. there are texts in web pages then some more texts then hyperlinks and some images but to make it interactive like making the size of text grow when you move mouse. making the color of button change when clicked or validating input in form for example checking whether the name contains valid characters without submitting and making the color of text change to red when error. etc. html just tells how the page will look like js tells the instructions to be followed on the client computer and CSS tells style.
5th Nov 2016, 8:42 AM
Sandeep Chatterjee
+ 3
yeah :D
6th Apr 2017, 1:01 PM
Shreyas Salunkhe
Shreyas Salunkhe - avatar