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 a scope in javascript?
how can we retrieve value from one database server and store them another database server using sql server code
How to detect the operating system on the client machine?
What is variable typing?
When would you use javascript closures?
How to embed javascript in a web page?
What is a prompt box in javascript?
Describe the properties of an anonymous function in JavaScript?
What is javascript ‘strict mode’?
How to create a function in javascript?
Difference json arrary vs json object ?
What is servlet in javascript?
What is scope javascript?
What is difference between array.splice() and array.slice() method in javascript?
How to define a anonymous function?