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
Where can I learn javascript for free?
What Is The Disadvantages Using InnerHTML In JavaScript?
How to write normal text code using JavaScript dynamically?
What is the difference between undefined and not defined in JavaScript?
How does javascript work?
Is javascript case sensitive language?
What are undefined and undeclared variables?
How use javascript html?
Explain export & import in javascript?
Is javascript case sensitive?
What javascript means?
The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here
How to prevent modification of an object in Javascript?
What is the concept of “functions as objects” and how does this affect variable scope?
What is the main difference between Map collections and other collections such as Set.