Skip to content

Commit

Permalink
添加 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dptms committed Oct 24, 2017
1 parent 98532f5 commit 06ab1b9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ES6新特性学习~

### 目录

* [let const](https://github.com/dptms/es6/blob/master/1.var-let-const.md)
* [箭头函数](https://github.com/dptms/es6/blob/master/2.arrow-function.md)
* [默认参数](https://github.com/dptms/es6/blob/master/3.default-augument.md)
* [模板字符串](https://github.com/dptms/es6/blob/master/4.template-string.md)
* [字符串新方法](https://github.com/dptms/es6/blob/master/5.new-string-methods.md)
* [对象解构](https://github.com/dptms/es6/blob/master/6.destructuring-objects.md)
* [数组解构](https://github.com/dptms/es6/blob/master/7.destructuring-array.md)
* [for of循环]https://github.com/dptms/es6/blob/master/8.for-of-loop.md()
* [Arra.from() Array.of()](https://github.com/dptms/es6/blob/master/9.array-from-array-of.md)
* [数组新方法](https://github.com/dptms/es6/blob/master/10.array-methods.md)
* [剩余参数](https://github.com/dptms/es6/blob/master/11.rest-params.md)
* [扩展运算符](https://github.com/dptms/es6/blob/master/12.spread-operator-intro.md)

0 comments on commit 06ab1b9

Please sign in to comment.