Why do we need javascript?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

How to write hello world on the web page?

0 Answers  


Is there an alternative to javascript?

0 Answers  


What e means?

0 Answers  


What kind of conditional statements does JavaScript support?

0 Answers  


Does apple use javascript?

0 Answers  






Why is javascript called richer interface?

0 Answers  


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

0 Answers  


What is the difference between ‘function declaration’ and ‘function expression’?

0 Answers  


What is client side in javascript?

0 Answers  


Explain the role of deferred scripts in javascript?

0 Answers  


Which built-in method reverses the order of the elements of an array?

0 Answers  


What is the use of debugger keyword in javascript?

0 Answers  


Categories