多项选择题

下列选项中关于ES6规范的语法有()

A.const pi=3.1415926
B.let s=Symbol()
C.Object.assign(target,source1,source2)
D.function *helloWorld(){yield ‘hello’;yield ’world’;return ‘ending’}