What is var and let in javascript?
No Answer is Posted For this Question
Be the First to Post Answer
How do I open javascript console?
Do I need to install javascript?
When would you use javascript closures?
What is a “closure” in JavaScript? Provide an example
Is javascript used for backend?
Name some of the Javascript frameworks?
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
Is it safe to use javascript?
What is the disadvantage of javascript?
how to post the form without submit button with help of javascript
Explain the term closure?
What is local scope in javascript?