Introduction

Introduction to Modern JavaScript Patterns.

Brief introduction to JavaScript and Modern Design Patterns.



Overview


Modern Patterns are more recently developed JavaScript patterns. Several are JavaScript specific meaning they specifically apply to JavaScript and not to any other language. Patterns in this category include Invocation, Monkey Patch and Partial Patterns.

Other Modern Patterns are designed to implement features that exist in other, more mature languages but that are lacking in JavaScript. Examples of this category include Module and Namespace. These patterns and more are presented in this section.