Understanding JavaScript Code Concealment in Web Pages
Contrary to popular belief, it is not entirely feasible to completely conceal JavaScript code from being viewed through a browser's "View Source" feature. However, there are techniques that can make the code less visible to casual observers.
One approach is to externalize the JavaScript code into a separate file and reference it using a