For better compatibility, I have some JS files written in IIFE format and now I want to load them in a specific order and use these defined objects in another script. How can I do that?
For better compatibility, I have some JS files written in IIFE format and now I want to load them in a specific order and use these defined objects in another script. How can I do that?