where we use javascript and for which purpose we use
javascript how?
Answer Posted / lucky
JavaScript is a scripting langugae.scripting language means light weight progrmaming language.
JavaScript is a client side scripting language.
Mainly JavaScripts are used to validate data in the browser.It validate the data before submitted to the server.
javaScript saves the server extra processing.
javaScript is used to create dynamic cookies.The temporary files will be stored in the browser.
Every browser supports JavaScripts.
JavaScript can put dynamic text into an HTML page.
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
How do functions work in javascript?
What are events in javascript?
TypeError: document.getelementbyid(...) is null?
What is null javascript?
How do browsers work?
Which built-in method returns the characters in a string beginning at the specified location?
How to convert json object to string?
what is event bubbling and event capturing in javascript?
How to add html elements dynamically with JavaScript?
What are the scopes of a variable in javascript?
Is it possible to use javascript to change the meta-tags of the page?
What is a currying function?
How long does it take to get good at javascript?
How is a relation not a function?
What are the characteristics of javascript ‘strict mode’?