zl程序教程

您现在的位置是:首页 >  其它

当前栏目

ECMA 6 记入

2023-09-27 14:23:57 时间

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