How can I prevent others from reading/stealing my scripts or images?
Answer / Indrasen Singh
To protect your scripts and images, you can use minification (removing all unnecessary characters to make the code harder to read), obfuscation (scrambling the code so it's difficult to understand), and compression (reducing the size of the files). You may also consider using HTTPS, which encrypts data sent between the browser and server.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are undefined and undeclared variables?
What is decodeuri() function?
What would be the result of 2+5+”3″?
How long does it take to get good at javascript?
What do I need to code javascript?
Explain the difference between java and javascript.
How do I open javascript in chrome?
What is NaN?
how to activate and deactivate the constraint with all the default values
What is the difference between .call() and .apply()?
Name some of the built-in methods and the values returned by them.
Is Javascript a Functional Programming Language?