Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/OshotOkill/understandinges6-simplified-chinese

Simplified-Chinese edition of "Understanding ECMAScript 6" which is written by Nicholas C. Zakas
https://github.com/OshotOkill/understandinges6-simplified-chinese

Last synced: 9 days ago
JSON representation

Simplified-Chinese edition of "Understanding ECMAScript 6" which is written by Nicholas C. Zakas

Awesome Lists containing this project

README

        

![](http://learnbb.net/oc-content/uploads/674/67362.jpg)

# 关于

原书的观看地址:https://leanpub.com/understandinges6/read

本书的作者 Nicholas C. Zakas 是一名顶尖的前端工程师,曾出版《JavaScript 高级程序设计(Professional JavaScript for Web Developers)》《高性能 JavaScript(High Performance JavaScript)》等多本经典著作。

ECMAScript 2015 (ES6)是 ECMAScript 发展的重要里程碑,给前端开发者带来超越以往的深远影响。该标准已于去年正式发布,而作者在几年前便开始在网络出版平台 [leanpub](http://leanpub.com) 上着手于本书的写作,对该标准进行了详细的解释,演示和探究,并于今年正式完结并出版。此书不论是作为学习资料还是技术手册都是难得的佳作。

本书的英文原版可以在线上[免费观看](https://leanpub.com/understandinges6/read), 也是我个人翻译的动力之一,由于本人只是出于兴趣而且水平实在有限,难免翻译的过程中会出现错误,希望读者能够谅解。我也尽量推荐去阅读英文原版,既原汁原味又能锻炼自身的英语水平。如遇到错误或有更好,更专业的翻译方式,欢迎向该书报出 [issue](https://github.com/OshotOkill/understandinges6-simplified-chinese/issues) 或提交 [PR](https://github.com/OshotOkill/understandinges6-simplified-chinese/pulls)


> 本书已在 Amazon 上架,[购买地址](https://www.amazon.com/Understanding-ECMAScript-Definitive-JavaScript-Developers/dp/1593277571/ref=sr_1_1?ie=UTF8&qid=1473866321&sr=8-1&keywords=understanding+ecmascript+6)


> 汉化正在进行中,勘误和修正将在汉化完全之后施行。


### 目录

[第一章: **块级绑定(How Block Bindings Work)**](https://oshotokill.gitbooks.io/understandinges6-simplified-chinese/content/chapter_1.html)

[第二章: **字符串及正则表达式(Strings and Regular Expressions )**](https://oshotokill.gitbooks.io/understandinges6-simplified-chinese/content/chapter_2.html)

[第三章: **ECMAScript 6 中的函数(Functions in ECMAScript 6)**](https://oshotokill.gitbooks.io/understandinges6-simplified-chinese/content/chapter_3.html)

[第四章: **扩展的对象功能(Expanded Object Functionality)**](https://oshotokill.gitbooks.io/understandinges6-simplified-chinese/content/chapter_4.html)

[第五章: **解构(Destructuring for Easier Data Access)**](https://oshotokill.gitbooks.io/understandinges6-simplified-chinese/content/chapter_5.html)

[第六章: **Symbols 与 Symbols属性(Symbols and Symbol Properties)**](https://oshotokill.gitbooks.io/understandinges6-simplified-chinese/content/chapter_6.html) - 正在施工

[第七章: **Sets 与 Maps(Sets and Maps)**](https://oshotokill.gitbooks.io/understandinges6-simplified-chinese/content/chapter_7.html)

[第八章: **迭代器与生成器(Iterators and Generators)**](https://oshotokill.gitbooks.io/understandinges6-simplified-chinese/content/chapter_8.html)

[第九章: **类 (Introducing JavaScript Classes)**](https://oshotokill.gitbooks.io/understandinges6-simplified-chinese/content/chapter_9.html)

[第十章: **改进的数组功能(Improved Array Capabilities)**](https://oshotokill.gitbooks.io/understandinges6-simplified-chinese/content/chapter_10.html) - 未施工

[第十一章: **Promise 与 异步编程(Promises and Asynchronous Programming)**](https://oshotokill.gitbooks.io/understandinges6-simplified-chinese/content/chapter_11.html)

[第十二章: **代理与反射API(Proxies and the Reflection API)**](https://oshotokill.gitbooks.io/understandinges6-simplified-chinese/content/chapter_12.html) - 未施工

[第十三章: **模块(Encapsulating Code with Modules)**](https://oshotokill.gitbooks.io/understandinges6-simplified-chinese/content/chapter_13.html)


[附录 A: **其它改进(Smaller ECMAScript 6 Changes)**](https://oshotokill.gitbooks.io/understandinges6-simplified-chinese/content/appendix_a.html)

[附录 B: **领悟 ECMAScript 7(2016)(Understanding ECMAScript 7 (2016))**](https://oshotokill.gitbooks.io/understandinges6-simplified-chinese/content/appendix_b.html)