Find what JavaScript variables are leaking into the global scope
Detecting variables that are mistakenly or unknowingly added to the global scope can be helpful to debug your apps and avoid naming collisions. The more a web app and its dependencies grow, the more having a good understanding of what’s happening in ...
mmazzarolo.hashnode.dev4 min read