Author:scott (吴超武)
Email:[email protected]
github: https://github.com/wchaowu/
积累的一些javascript的写法 包含javascript的基础语法,面向对象的实现和设计模式实现
目录的Demo 建议大家按照顺序看
1.JavaScript Expressive2. Interfaces
3.Introduction
4. Inheritance
1.JavaScript this
2.JavaScript 闭包
3.JavaScript 事件
1 Singleton-Pattern
2 Chaining
3 Factory-Pattern
4 Bridge-Pattern
5 Composite-Pattern
6 Facade-Pattern
7 Adapter-Pattern
8 Decorator-Pattern
9 Flyweight-Pattern
10 Proxy-Pattern
11 Observer-Pattern
12 Comman-Pattern
13 Chain-of-Responsibility-Pattern