I have a script that I expect (hope) to have to update every so often. I'll be loading it on every page via:
<script src="https://www.example.com/foo.js"></script>
But JUST in case I code a syntax error, I need all of the other Javascript on the site to continue running as normal.
What do you suggest?