what is function of stdio.h
No Answer is Posted For this Question
Be the First to Post Answer
Is javascript object oriented?
Can you explain about screen object?
Is javascript open source?
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 write comment in JavaScript?
What are the different functional component in javascript?
Explain javascript event delegation model?
Is null in javascript?
Explain why asynchronous code is important in javascript?
What is a way to append a value to an array?
How typeof operator works?
Explain the working of timers in JavaScript? Also elucidate the drawbacks of using the timer, if any?