Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 314 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 314 Bytes

learn javascript design patterns

summer

  1. Constructor(构造器)模式
  2. Singleton Pattern

    singleton.js: 单例模式实现的多种方式

    singleton-dialog.html

  3. Strategy
  4. factory
  5. mixin

###waiting