But this means that all my javascript code must be contained in one single massive file.
But it’s easier to navigate and debug a small javascript file, i.e. easier to develop js code in multiple small .js files, instead of the single massive ‘external.js’ indicated above.
So how can I include multiple files of javascript code?
If that is correct it would mean that all of your html code should reside in a single div or some other html element, which is not...
you would include your modular reusable scripts in your documents like this:
Bookmarks