Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 410 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 410 Bytes

Purpose

This is a simple repo for demonstrating some design patterns / simple algos / data structure practice in JS. Adapted examples from Practical Design Patterns in JavaScript to use some ES6 features.

Patterns Demo'd

Creational

  • Constructor
  • Factory
  • Module
  • Singleton

Structural

  • Decorator
  • Facade
  • Flyweight