Thinkpieces
-

One of the biggest headaches when working in JavaScript is that it has no implementation of namespaces or modules – custom functions you define may accidentally overwrite existing functions in your code or in any of the libraries that you use, making it easy to accidentally declare global variables, mess up your scope, and introduce…









