Uses of JavaScript
Revisiting JavaScript
- Client-side validation: by using this application much more responsive and no need for the round trip on server.ex. Form-Validation by using client-side validation we reduce the round trips on a server which means we reduce the load on the server.
- To run the code JavaScript uses client machine processing power.
- With JavaScript, partial page updates are also possible without reloading an entire web form
- For animation also we can...
Revisiting JavaScript