How can I obfuscate JavaScript?
- by Teifion
I want to make a JavaScript application that's not open source, and thus have two questions:
What's the best way to obfuscate the code?
What's the best way to obfuscate the strings themselves within the application (assuming that the answer to #1 does not handle this)?