What is a closure javascript? Explain
No Answer is Posted For this Question
Be the First to Post Answer
How you will add function as a property in a javascript object? Give an example.
What is an empty html tag?
coding of java scripts
What is a closure in javascript?
What are the benefits of learning javascript?
What is event bubbling in JavaScript?
What do “1”+2+4 evaluate to?
Can I learn javascript without knowing java?
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 is callback?
In javascript what is an argument object?
What is strict mode in javascript?