This is JavaScript implementation examples of design patters described as pseudo code in book Dive Into DESIGN PATTERNS by Alexander Shvets.
- Creational Design Patterns
- Factory - implementation
- Builder - implementation
- Abstract Factory - implementation
- Prototype - implementation
- Singleton - implementation
- Structural Design Patterns