Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to hide javascript code from client

You cannot hide it at all. It runs on the client and it cannot be compiled to machine code. However, you could minify it - that's basically obfuscating it by shortening variable names, removing whitespace, etc.
don't waste your time 
 
PREVIOUS NEXT
Tagged: #hide #javascript #code #client
ADD COMMENT
Topic
Name
4+4 =