基于webpack+mocha,利用单例测试来学习ES6的新特性 下载 git clone https://github.com/hopperhuang/es6learning.git cd es6learning npm install -g cnpm --registry=https://registry.npm.taobao.org cnpm install cnpm install webpack -g cnpm install mocha -g 运行: npm test 测试es6中的新特性: let、const和块级作用域 解构赋值 string对象的新特性 number对象的新特性 array对象的新特性 总结 ......