At a high level, this week is about learning to write a frontend, single page app using only pure JavaScript. In this workshop, you'll practice one part of this: encapsulating and sharing your modules ...
The Javascript "Definitive Module Pattern" (DMP) is an alternative to the "Module Pattern" (MP) and the "Revealing Module Pattern" (RMP). It offers the following advantages: declaratively namespaces ...