跳到主要內容
黯羽輕揚每天積累一點點

ES6 學習筆記 13 篇

免費2016-11-05#JS#Topic#ES6学习指南#ES6入门指南#ES6书籍推荐#es6 guide#es6系统学习

深入了解 ES6 新特性

寫在前面

1 月份看完了《ES6 in Depth》的中文版《深入淺出 ES6》,陸續整理筆記,上周完結,大半年就這麼過去了

當時 Promise 還很火,當時 Chrome47 還不支持很多東西,當時還在看 WebGL……當時還有大把的時間學習,不管怎样,keep up

目錄

  1. [for…of 循環_ES6 筆記 1](/articles/for-of 循環-es6 筆記 1/)

  2. [generator(生成器)_ES6 筆記 2](/articles/generator(生成器)-es6 筆記 2/)

  3. [模板字符串_ES6 筆記 3](/articles/模板字符串-es6 筆記 3/)

  4. [默認參數和不定參數_ES6 筆記 4](/articles/默認參數和不定參數-es6 筆記 4/)

  5. [destructuring(解構賦值)_ES6 筆記 5](/articles/destructuring(解構賦值)-es6 筆記 5/)

  6. [箭頭函數_ES6 筆記 6](/articles/箭頭函數-es6 筆記 6/)

  7. [Symbol_ES6 筆記 7](/articles/symbol-es6 筆記 7/)

  8. [集合(set 和 map)_ES6 筆記 8](/articles/集合(set 和 map)-es6 筆記 8/)

  9. [proxy(代理機制)_ES6 筆記 9](/articles/proxy(代理機制)-es6 筆記 9/)

  10. [class_ES6 筆記 10](/articles/class-es6 筆記 10/)

  11. [let 和 const_ES6 筆記 11](/articles/let 和 const-es6 筆記 11/)

  12. [class 繼承_ES6 筆記 12](/articles/class 繼承-es6 筆記 12/)

  13. [module_ES6 筆記 13](/articles/module-es6 筆記 13/)

《深入淺出 ES6》

InfoQ 中文站提供的 免費電子書

[caption id="attachment_1207" align="alignnone" width="250"]ES6 in Depth ES6 in Depth[/caption]

最合適的 ES6 教材,因為每篇文章都是由實現 Firefox 中對應特性的前輩親手寫的,他們最清楚標準,最了解細節和內部機制

P.S. 如果還有大把時間學習,建議去看英文原版或者中文翻譯版,因為這些筆記畢竟不是「原始數據」,可能存在理解或者情感上的偏差

評論

暫無評論,快來發表你的看法吧

提交評論