Give an example of closure?
No Answer is Posted For this Question
Be the First to Post Answer
How to port a GUI application onto Web
What will be the output of the following code? //nfe (named function expression) var Foo = Function Bar() { return 7; }; typeof Bar();
What is break and continue statements?
Can you call a Java Applet using a JavaScript function?
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 can a Javascript code redirect the user to a different page?
Define closure.
What are the Advantages and Disadvantages of JavaScript?
How to access the value of a textbox using javascript?
Can I write javascript in notepad?
How can you detect the client operating system using javascript?
Is JavaScript a case-sensitive language?