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.
- Constructor
- Factory
- Module
- Singleton
- Decorator
- Facade
- Flyweight