文件名称:javascript-learning:Javascript开发人员之路
文件大小:29.68MB
文件格式:ZIP
更新时间:2024-05-19 14:10:04
javascript lib HTML
The road to javascript developer pro > data-binding < > inheritation < 类式继承(class) 组合式继承(combination) 构造函数式继承(constructor) 多继承(multi) 寄生式继承(parasitic) 寄生组合式继承(parasitic-combination) 原型式继承(prototype) > data-structure < js数据结构 > design-patterns < 装饰器模式(decorator-pattern) 享元模式(flyweight-pattern) 观察者模式(observer-pattern) 代理模式(proxy-pattern) 责任链模式(responsibility-chain-pattern) 状态模式(state-pattern) 策略模式(s