Skip to content

llh911001/es6-must-know

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES6 必知必会

点击这里查看完整 slide。

  • 变量和参数

    • let 声明
    • const 声明
    • 默认参数
    • rest 参数
    • 扩展运算符
    • 解构赋值
    • 模版字符串
    • 带标签的模版字符串
    • class 关键字
    • 类的继承
    • 类的本质
  • 函数式特性

    • 箭头函数
    • 箭头函数和 this
    • Symbol
    • iterable
    • iterator
    • generator
  • 模块

    • export
    • import
    • 特点
  • 新 API

    • Promise
    • 链式调用 Promise
    • Promise 的错误处理
    • Map
    • Set

About

A slide for some must-know es6 features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published