encode or hide scripts

hi,

an application is a set of js and xml files which is easy to see the code in browser development environment, is there a library to encode the written code to make the code more harder to read for a end user?

regards,

yashar.

You can use tools like

Both of them can be used to obfuscate js code. Still, in most cases the code can be restored, so obfuscation has not much sense.