ECMA 6 记入

好书推荐 : http://es6.ruanyifeng.com/

String.prototype

-includes, startsWith, endsWith

-padStart, padEnd 填充

Array.prototype

-find, findIndex

-fill 填充

-includes

-entries, keys, values 返回 Iterator 

Module 模块

http://exploringjs.com/es6/ch_modules.html

原文地址:https://www.cnblogs.com/keatkeat/p/5755749.html