# ES6Learning **Repository Path**: frontEndArchitect/ES6Learning ## Basic Information - **Project Name**: ES6Learning - **Description**: 阮一峰老师的 ES6 入门教程笔记 http://es6.ruanyifeng.com/ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2018-04-02 - **Last Updated**: 2024-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ES6Learning 阮一峰老师的 ES6 入门教程 http://es6.ruanyifeng.com/ - Directory + [x] [1:let const 简介](https://github.com/songjinzhong/ES6Learning/tree/master/let-const)- let const 简介 + [x] [2:变量的解构赋值](https://github.com/songjinzhong/ES6Learning/tree/master/变量的解构赋值)- 变量的解构赋值 + [x] [3:字符串扩展](https://github.com/songjinzhong/ES6Learning/tree/master/字符串扩展)- 字符串扩展 + [x] [4:正则表达式扩展](https://github.com/songjinzhong/ES6Learning/tree/master/正则表达式扩展)- 正则表达式扩展 + [x] [5:数值扩展](https://github.com/songjinzhong/ES6Learning/tree/master/数值扩展)- 数值扩展 + [x] [6:数组扩展](https://github.com/songjinzhong/ES6Learning/tree/master/数组扩展)- 数组扩展 + [x] [7:函数扩展](https://github.com/songjinzhong/ES6Learning/tree/master/函数扩展)- 函数扩展 + [x] [8:对象扩展](https://github.com/songjinzhong/ES6Learning/tree/master/对象扩展)- 对象扩展 + [x] [9:Symbol](https://github.com/songjinzhong/ES6Learning/tree/master/Symbol)- Symbol + [x] [10:Proxy和Reflect](https://github.com/songjinzhong/ES6Learning/tree/master/Proxy和Reflect)- Proxy和Reflect + [x] [11:Set和Map数据结构](https://github.com/songjinzhong/ES6Learning/tree/master/Set和Map数据结构)- Set和Map数据结构 + [x] [12:Iterator和for_of循环](https://github.com/songjinzhong/ES6Learning/tree/master/Iterator和for_of循环)- Iterator和for_of循环 + [x] [13:Generator 函数](https://github.com/songjinzhong/ES6Learning/tree/master/Generator%20函数)- Generator 函数 + [x] [14:Promise对象](https://github.com/songjinzhong/ES6Learning/tree/master/Promise对象)- Promise对象 + [x] [15:异步操作和Async函数](https://github.com/songjinzhong/ES6Learning/tree/master/异步操作和Async函数)- 异步操作和Async函数 + [x] [16:Class](https://github.com/songjinzhong/ES6Learning/tree/master/Class)- Class + [x] [17:修饰器](https://github.com/songjinzhong/ES6Learning/tree/master/修饰器)- 修饰器 + [x] [18:Module](https://github.com/songjinzhong/ES6Learning/tree/master/Module)- Module + [x] [19:编程风格](https://github.com/songjinzhong/ES6Learning/tree/master/编程风格)- 编程风格 + [x] [20:ECMAScript 规格](https://github.com/songjinzhong/ES6Learning/tree/master/ECMAScript%20规格)- ECMAScript 规格 + [x] [20:二进制数组](https://github.com/songjinzhong/ES6Learning/tree/master/二进制数组)- 二进制数组