ES6学习总结目录

本文用来记录自己ES6学习的总结目录,是自己通过在 CODECASTS
的ES6视频所学习进行的总结以及自己的一些理解

  1. ES6:let&const
  2. ES6:箭头函数(Arrow Function)
  3. ES6:函数参数默认值
  4. ES6:字符串模版( `` )
  5. ES6:字符串函数 startsWith() endsWith() includes() repeat()
  6. ES6:对象解构
  7. ES6:数组解构
  8. ES6:for of 循环
  9. ES6:数组方法(一) Array.form() Array.of()
  10. ES6:数组方法(二) find() findIndex() some() every()
  11. ES6:拓展运算符(…)
  12. ES6: Promise的AJAX应用(同步、异步理解)
  13. ES6: Symbol
  14. ES6:类 class
  15. ES6:迭代器 Iterator
  16. ES6:Generator 生成器
  17. ES6:Proxy
  18. ES6:Set() 与 WeakSet()
  19. ES6:Map() 与 WeakMap()

你可能感兴趣的:(#,es6,web前端)