Thank you, I haven’t tried yet but I will.
Simply placing a script tag makes everything in a script available for other files? And this applies to vanilla JS as well?
I ask because I know import/export is how you connect different methods/functions/classes between files, but by placing the .js file directly in the html tag, this makes the import/export unnecessary.