File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,13 @@ github:<a href="https://github.com/wchaowu/Javascript-Design-Patterns"> https://
10
10
积累的一些javascript的写法
11
11
包含javascript的基础语法,面向对象的实现和设计模式实现
12
12
13
- 目录的Demo
14
-
15
- 1 Expressive <br />
16
- 2 Interfaces <br />
17
- 3 Encapsulation-and-Information-Hiding <br />
18
- 4 Inheritance <br />
13
+ 目录的Demo 建议大家按照顺序看
14
+ <h3 >object-oriented</h3 >
15
+ 1.<a href =" https://github.com/wchaowu/javascript-code/tree/master/object-oriented/Expressive-JavaScript " >JavaScript Expressive </a > <br />
16
+ 2.<a href =" https://github.com/wchaowu/javascript-code/tree/master/object-oriented/Interfaces " > Interfaces </a > <br />
17
+ 3.<a href =" https://github.com/wchaowu/javascript-code/tree/master/object-oriented/Introduction " >Introduction</a > <br />
18
+ 4.<a href =" https://github.com/wchaowu/javascript-code/tree/master/object-oriented/Inheritance " > Inheritance </a > <br />
19
+ <h3 >Javascript-Design-Pattern</h3 >
19
20
5 Singleton-Pattern <br />
20
21
6 Chaining <br />
21
22
7 Factory-Pattern <br />
@@ -32,4 +33,4 @@ github:<a href="https://github.com/wchaowu/Javascript-Design-Patterns"> https://
32
33
33
34
------------------------
34
35
参考资料
35
- <a href =" http://www.itzhai.com " >http://www.itzhai.com </a >
36
+ <a href =" http://www.itzhai.com " >http://www.itzhai.com </a >
You can’t perform that action at this time.
0 commit comments