-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |