JavaScript Module Patterns
Details
JavaScript "modules" are ways of organizing and encapsulating your code, giving you the ability to emulate "classes" that are available in other languages such as C++, C# and Java. We'll go over a couple ways of creating modules, and show how you can re-use them in several projects.
Nic is a software developer building high-performance websites, apps and open-source tools, and is a Microsoft MVP for IE.