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.  

AM

Related Javascript Mentoring answers

All answers ▸

Make button that says how many times it has been clicked.


How to sum every number in an array of numbers.


What does the following code do and why? console.log(1+"2")


I've just heard about objects. How do I use them and do they work with Arrays?