in a web application.
On client side I have some js scripts that I don't want to expose to clients, so I want to write that code in external js file that I'll call from client.
So my question is what is the location of that external js file, where is it located?
Help?
What? First of all, you can’t hide or “don’t expose” scripts. They’re all visible. Maybe If you don’t want to expose some things you should consider to move that logic to a api behind a server
Обсуждают сегодня