I have some JavaScript functions in my pages that were previously inserted directly into jsp, within the <script>
tags. Later I changed them to a .js file where I only import the functions. I would like to know if there is a better way to hide such functions, making it difficult for the user to find them.