Skip to main content

ES6 Study Notes 13 Articles

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

Deep dive into ES6 new features

Preface

Finished reading the Chinese version of "ES6 in Depth" called "Deep Dive ES6" in January, organized notes successively, completed last week, more than half a year has passed like this

At that time Promise was still very hot, at that time Chrome47 didn't support many things, at that time was still learning WebGL... at that time still had plenty of time to learn, anyway, keep up

Table of Contents

  1. for...of Loop_ES6 Notes 1

  2. generator_ES6 Notes 2

  3. Template Strings_ES6 Notes 3

  4. Default Parameters and Rest Parameters_ES6 Notes 4

  5. destructuring_ES6 Notes 5

  6. Arrow Functions_ES6 Notes 6

  7. Symbol_ES6 Notes 7

  8. Collections (set and map)_ES6 Notes 8

  9. proxy_ES6 Notes 9

  10. class_ES6 Notes 10

  11. let and const_ES6 Notes 11

  12. class Inheritance_ES6 Notes 12

  13. module_ES6 Notes 13

"Deep Dive ES6"

Free e-book provided by InfoQ Chinese station

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

Most suitable ES6 textbook, because each article is written by seniors who implemented corresponding features in Firefox, they know the standards best, understand details and internal mechanisms best

P.S. If still have plenty of time to learn, suggest going to read English original version or Chinese translation version, because these notes after all are not "raw data", may exist understanding or emotional deviations

Comments

No comments yet. Be the first to share your thoughts.

Leave a comment