# es6 **Repository Path**: dptms/es6 ## Basic Information - **Project Name**: es6 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-10-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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) * [对象字面量扩展](https://github.com/dptms/es6/blob/master/13.object-literal-upgrade.md) * [Promise](https://github.com/dptms/es6/blob/master/14.promise-intro.md) * [Symbol](https://github.com/dptms/es6/blob/master/15.symbol.md) * [模块](https://github.com/dptms/es6/blob/master/16.modules.md) * [类](https://github.com/dptms/es6/blob/master/17.classes.md) * [遍历器 迭代器](https://github.com/dptms/es6/blob/master/18.iterator.md) * [生成器](https://github.com/dptms/es6/blob/master/19.generator.md) * [Proxy](https://github.com/dptms/es6/blob/master/20.proxy.md) * [Set](https://github.com/dptms/es6/blob/master/21.set.md) * [WeakSet](https://github.com/dptms/es6/blob/master/22.weak-set.md) * [Map](https://github.com/dptms/es6/blob/master/23.map.md) * [WeakMap](https://github.com/dptms/es6/blob/master/24.weak-map.md)