How fast can you learn coding?
No Answer is Posted For this Question
Be the First to Post Answer
In which location cookies are stored on the hard disk?
When do we use JSON.stringify()?
What is new keyword in javascript?
What is local and global scope?
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 create a confirmation box?
List different ways of empty an array in javascript?
Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?
How many types of variables are there in javascript?
What is bom?
How do you write an if statement in javascript?
How do you create a new object in JavaScript?