1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-25 03:02:21 +00:00

Merge pull request #560 from opennext/patch-1

docs(style): modify the bold format of  -(3)yield
This commit is contained in:
Ruan YiFeng 2017-12-14 03:23:02 -06:00 committed by GitHub
commit 8e39692180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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