好书推荐 : 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