[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 code you want to protect on the server side and just send the results to the client.

2

solved Make file not show anything in console [closed]