[Solved] Make file not show anything in console [closed]
No. If someone wants to view your client side javascript, they will – once it’s downloaded to the browser, it’s out of your control, and on the end user’s machine, visible by the browser and other client side tools. You can (a) slow them down by obfuscating your code, or you can (b) run the … Read more