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?
Bookmarks