1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-28 21:32:20 +00:00

docs(symbol): edit symbol.species #566

This commit is contained in:
ruanyf 2017-12-21 19:16:55 +08:00
commit 488983f6d4

View File

@ -363,7 +363,7 @@ let arr = ['b', 'c'];
let arr = [...iterable]; let arr = [...iterable];
``` ```
**3yield\* ** **3yield\***
`yield*`后面跟的是一个可遍历的结构,它会调用该结构的遍历器接口。 `yield*`后面跟的是一个可遍历的结构,它会调用该结构的遍历器接口。