Advantages
- JavaScript is executed on the client side
This means that the code is executed on the user's processor instead of the web server thus saving bandwidth and strain on the web server.
- JavaScript is a relatively easy language
The JavaScript language is relatively easy to learn and comprises of syntax that is close to English. It uses the DOM model that provides plenty of prewritten functionality to the various objects on pages making it a breeze to develop a script to solve a custom purpose.
- JavaScript is relatively fast to the end user
As the code is executed on the user's computer, results and processing is completed almost instantly depending on the task (tasks in javascript on web pages are usually simple so as to prevent being a memory hog) as it does not need to be processed in the site's web server and sent back to the user consuming local as well as server bandwidth.
Download
Please Click Here to View More: Download