What do you understand by this keyword in javascript?
Explain closures in javascript?
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
List different ways of empty an array in javascript?
Is a hash table an array?
Explain what is javascript? List some data types supported by javascript?
How do you target a specific frame from a hyperlink in javascript?
What is console.log()?
Are java and javascript the same?
How to detect the OS on the client machine in JavaScript?
Is there any difference between javascript and jscript?
What is client side in javascript?
What is a closure javascript? Explain