Why is javascript dangerous?


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

Post New Answer

More JavaScript Interview Questions

Is javascript free to install?

0 Answers  


Why is javascript so popular?

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 does two exclamation marks mean in javascript?

0 Answers  


What are the primitive data types in JavaScript?

0 Answers  


How to trigger a postback on an updatepanel from javascript?

0 Answers  


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

0 Answers  


Difference between the substr() and substring() in JavaScript?

0 Answers  


What does triple dot mean?

0 Answers  


What is the use of javascript?

0 Answers  


Is javascript a highly secure scripting language?

0 Answers  


How you will add function as a property in a javascript object? Give an example.

0 Answers  


Categories