Simple Javascript code obfuscator
The JS Code Obfuscator helps protect your JavaScript logic by making it difficult for humans to read and reverse-engineer. It renames variables and functions to short, meaningless characters (e.g., `a`, `b`, `x1`), removes whitespace and comments, and condenses the code into a single block. While not fool-proof security (client-side code is always technically readable), it is an effective deterrent against casual code theft and significantly reduces file size for production deployment. Useful for protecting intellectual property in public-facing web applications.