Closures JavaScript Bundling Issues When Using Unfinished Closures We all know it’s a good idea to bundle JavaScript files into as few script includes as possible to minimize HTTP request. And – we all know you should write your code inside closures, to avoid the biggest problem of JavaScript: its dependence on