Answer Posted / rajwinder
yes
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How are DOM utilized in JavaScript?
Is Exception handling possible in Javascript?
How do you check if a value is a number in javascript?
Is there any difference between javascript and jscript?
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 are the Non-primitive data types in JavaScript?
Explain arrow functions?
What are the difference between undefined and not defined in javascript?
What is Date object in JavaScript?
How to remove the event listener?
What is the difference of "settimeout" function and setinterval functions in javascript
What is scope javascript?
What is primitive data type in javascript?
What does e mean in javascript?
How to write a function in javascript?