How can I prevent others from reading/stealing my scripts or images?


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

Post New Answer

More JavaScript Interview Questions

What is Unobtrusive JavaScript & Why it's Important?

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 will you create new object in javascript?

0 Answers  


What's the difference methods get and post in html forms?

0 Answers  


Write a Program of Simple Calculator in JavaScript using HTML.

1 Answers  






In a pop-up browser window, how do you refer to the main browser window that opened it?

0 Answers  


What are the properties of stack?

0 Answers  


Does javascript care about whitespace?

0 Answers  


How do you clear an array in javascript?

0 Answers  


What are the advantages of javascript?

0 Answers  


What is npm repository?

0 Answers  


How to display Alert in JavaScript

1 Answers   HCL,


Categories