Skip to content

Commit 32f059a

Browse files
committed
添加描述链接
1 parent 3935b53 commit 32f059a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ github:<a href="https://github.com/wchaowu/Javascript-Design-Patterns"> https://
1010
积累的一些javascript的写法
1111
包含javascript的基础语法,面向对象的实现和设计模式实现
1212

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>
1920
5 Singleton-Pattern <br />
2021
6 Chaining <br />
2122
7 Factory-Pattern <br />
@@ -32,4 +33,4 @@ github:<a href="https://github.com/wchaowu/Javascript-Design-Patterns"> https://
3233

3334
------------------------
3435
参考资料
35-
<a href="http://www.itzhai.com">http://www.itzhai.com</a>
36+
<a href="http://www.itzhai.com">http://www.itzhai.com</a>

0 commit comments

Comments
 (0)