Difference between '=', '==' and '===' operators?


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

Post New Answer

More JavaScript Interview Questions

How to reload a page using JavaScript?

0 Answers  


What is javascript namespacing?

0 Answers  


How to get value from dropdown (select) control?

0 Answers  


What is screen object in JavaScript?

0 Answers  


Are there any predefined constant provided by the browser with the key code values that can be reused?

0 Answers  






Are namespaces are there in javascript?

0 Answers  


What happens when the recursion calling is applied on two functions?

0 Answers  


What is prototype in javascript and how do you use it?

0 Answers  


What do mean by NULL in Javascript?

0 Answers  


How can I learn coding fast?

0 Answers  


What are anonymous functions in Javascript?

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  


Categories