What are the different boolean operators in JavaScript?
What does 3 dots mean in javascript?
How to select an element by id and swapping an image?
What is the use of a weakset object in javascript?
List some features of javascript.
what will happen and why if i will acess the methods of superclass which is declared as private by a object of same subclass.
What is break and continue statements?
What is an external 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
how to write frame work Architecture in QTP
What is the use of Push method in JavaScript?
What is a name function in javascript?
What is enum size?
Explain the difference between “==” and “===”?
What is the most popular javascript library?