How to write a comment in javascript?
No Answer is Posted For this Question
Be the First to Post Answer
Explain unescape() in javascript?
How do you convert numbers between different bases in JavaScript?
4 Answers College School Exams Tests, Satyam, UIST, Wipro,
What is ‘this’ keyword in JavaScript?
Is javascript becoming obsolete?
How do you create array 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
What does js stand for?
Does javascript care about whitespace?
Why is var better than let?
What are parameters in javascript?
What is an object in javascript, give an example?
What are the advantages of using external javascript?