es6学习第2天,迭代器

来源:互联网 发布:win7 关闭端口443 编辑:程序博客网 时间:2024/05/21 14:07

1,迭代器 interface Iterator{} for (var xxx of yyy)

2,Generators interface Generator extends Interator {}

3,Unicode "".length

4,模块 export function sum(x,y){} import  from 

5,模块加载器  System.import

6,代理 handler={

get:,

set:,

has:,

deleteProperty:,

apply:,

construct:,

getOwnPropertyDescriptor:,

}

7,Symbols 符号

8,Subclassable 内置模板

9,Math Number String Object

10,二进制0b 八进制 0o

11,promise

12,reflect

13,tail calls

原创粉丝点击