What does === mean in js?


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

Post New Answer

More JavaScript Interview Questions

Which built-in method returns the string representation of the number’s value?

0 Answers  


What does the isNaN() function?

0 Answers  


What would be the result of 2+5+”3″?

0 Answers  


What is Minification

1 Answers  


What is the use of let & const 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  


How to replace all occurrences of a string in JavaScript?

0 Answers  


List some unit testing frameworks javascript

0 Answers  


What do you mean by script?

0 Answers  


Where can I learn javascript?

0 Answers  


What is the difference between the operators '==' and '==='?

0 Answers  


What is escape() function?

0 Answers  


Categories