where we use javascript and for which purpose we use
javascript how?
Answer Posted / amit chauhan
Java Script is used for integrating more interactivity into
HTML pages, even used for validating the data before
submitting it to the server. It saves the the processing
time on server and decrease latency time as well.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Name the different types of pop up boxes in Javascript?
What is 'use strict'?
What are decodeuri() and encodeuri() functions in javascript?
How do Javascript primitive/object types passed in functions?
What is hoisting in javascript?
How to get value from a textbox?
What are the ways to emit client-side javascript from server-side code in asp. Net?
What's Prototypes for JavaScript
What does parse Query String return in javascript?
When would you use var in your declaration and when you wouldn’t?
What is the difference of "settimeout" function and setinterval functions in javascript
What are the four basic data structures in javascript?
Name some of the JavaScript features?
Is there an ide for javascript?
What is a named function in JavaScript? How to define a named function?