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
What is prototype in javascript and how do you use it?
What is enum size?
Which built-in method returns the characters in a string beginning at the specified location?
How to use external JavaScript file?
What do “1”+2+4 evaluate to?
What are the distinct types of error name values?
How Can I get facebook fans/likes?
How to get the primitive value of a string in Javascript?
How to open a window with no toolbar, but with the location object?
Difference between undefined and undeclared variables?
Where javascript variables are stored?
What is trim whitespace google sheets?
Mention what is the disadvantage of using innerhtml in javascript?
what is the difference between the below two statements:- (1) var myname = "akiii"; (2) myname = "akiii";
What do you mean by enumeration?