git clone https://github.com/leinov/master-es6.git
npm install
npm run dev
- let
- const
- destructuring
- template string
- string extension method
- array extension method
- arrow function
- proxy
- class
- set
- map
- decorator
- export
- import
- promise
- async await
- generator