15 Feb
2011

Basic JavaScript Part 10: The Module Pattern

Here are the links to the previous installments: Functions Objects Prototypes Enforcing New on Constructor Functions Hoisting Automatic Semicolon Insertion Static Properties and Methods Namespaces Reusing Methods of Other Objects The module pattern is quite popular in the JavaScript community as is heavily applied by many JavaScript developers. There?s also the CommonJS initiative, which defines […]

Read More