What is difference == and === in javascript?
No Answer is Posted For this Question
Be the First to Post Answer
What is the microsoft version of javascript?
What is console.log()?
What is new keyword in javascript?
What are the problems associated with using javascript, and are there javascript techniques that you discourage?
What is data types in javascript?
What is the most widely used programming language?
Are java and javascript same?
What is external javascript?
What is a prompt box in javascript?
What is a good javascript editor?
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 MEAN in javascript