What is the difference between let and var?
No Answer is Posted For this Question
Be the First to Post Answer
What is enum with example?
What is the use of let & const in javascript?
How to write a comment in javascript?
What is an example of javascript?
What is node ecosystem?
Are there any training Institutions on iphone Automation testing?
What is difference between scripting and programming?
Is javascript faster than asp script?
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
What is a hash javascript?
How to accessing elements using javascript?
What is event in web programming?