Nice Article! I am curious how you load multiple javascript files without having to load them the “correct” order. I’m running into an issue where if I don’t load the the javascript in the right order, the class becomes undefined. The “easy” solution is to just load them in the right order, but it doesn’t seem scaleable when there are hundreds of javascript files. I’ve created a stackoveflow for this question. Would you mind taking a look if you have time?