My main.js file is getting pretty big, is there a way to split this into multiple files? I tried exporting and importing modules but this caused an "Uncaught ReferenceError: a is not defined" error.
Update: Error was fixed by adding const to the forloop on line 954. See post below for more details.