What is the importance of javascript in the web?

JavaScript is important part of any web application, it useful for validating input in a web browser without needing to go to the server. It useful for mainulating HTML DOM, CSS when  user is interacting with a webpage. It is very useful to send asynchronous requests to server without refreshing the page, which is very much useful for chat applications, games and any other application which needes instant feedback without reloading the page.  

Related Javascript Mentoring answers

All answers ▸

What is the difference between global and local variables?


If I do var a=3 and var b=4 and then do var c=a+b it tells me the answer is 34. Why?


How would you change the background colour of a div with the id "colourme" to purple?


What is the difference between let and var when declaring variables in javascript?


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2024

Terms & Conditions|Privacy Policy