Skip to content

Commit 5ce8a95

Browse files
author
Eric Wong
authored
Merge pull request #49 from ssshooter/ssshooter-patch-1
添加深入浅出ES6后续课程
2 parents 9342307 + 067d423 commit 5ce8a95

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

Diff for: README.md

+36
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,42 @@ http://www.infoq.com/cn/articles/es6-in-depth-template-string
139139
* 深入浅出ES6(五):不定参数和默认参数
140140
http://www.infoq.com/cn/articles/es6-in-depth-rest-parameters-and-defaults
141141

142+
* 深入浅出ES6(六):解构Destructuring
143+
http://www.infoq.com/cn/articles/es6-in-depth-destructuring
144+
145+
* 深入浅出ES6(七):箭头函数Arrow Functions
146+
http://www.infoq.com/cn/articles/es6-in-depth-arrow-functions
147+
148+
* 深入浅出ES6(八):Symbols
149+
http://www.infoq.com/cn/articles/es6-in-depth-symbols
150+
151+
* 深入浅出ES6(九):学习Babel和Broccoli,马上就用ES6
152+
http://www.infoq.com/cn/articles/es6-in-depth-babel-and-broccoli
153+
154+
* 深入浅出ES6(十):集合
155+
http://www.infoq.com/cn/articles/es6-in-depth-collections
156+
157+
* 深入浅出ES6(十一):生成器Generators,续篇
158+
http://www.infoq.com/cn/articles/es6-in-depth-generators-continued
159+
160+
* 深入浅出ES6(十二):代理Proxies
161+
http://www.infoq.com/cn/articles/es6-in-depth-proxies-and-reflect/
162+
163+
* 深入浅出ES6(十三):类Class
164+
http://www.infoq.com/cn/articles/es6-in-depth-classes
165+
166+
* 深入浅出ES6(十四):let和const
167+
http://www.infoq.com/cn/articles/es6-in-depth-let-and-const
168+
169+
* 深入浅出ES6(十五):子类Subclassing
170+
http://www.infoq.com/cn/articles/es6-in-depth-subclassing
171+
172+
* 深入浅出ES6(十六):模块Modules
173+
http://www.infoq.com/cn/articles/es6-in-depth-modules
174+
175+
* 深入浅出ES6(十七):展望未来
176+
http://www.infoq.com/cn/articles/es6-in-depth-the-future
177+
142178
### 系列教程
143179

144180
* 深入浅出React(一):React的设计哲学 - 简单之美

0 commit comments

Comments
 (0)