How to get the type of arguments passed to a function?
a code in vb script, which creates a table of 5*2 in html this is a static table, one more same dynamic table, as we give input the table should get created.
How to hide javascript code from old browsers that dont run it?
Why is currying called currying?
What does js stand for?
What is stack in javascript?
What is differential inheritance?
How to use external JavaScript file?
How is a relation not a function?
What are different types of scope chain available in javascript?
What is a javascript code?
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 difference between callback and promise?
What is the output of 10+20+”30″ in JavaScript?
What is the === in javascript?