mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-29 22:12:21 +00:00
fix: 强迫症犯了想去掉多余空格好看一些
This commit is contained in:
parent
95f57f881e
commit
fa03d29d64
@ -696,7 +696,7 @@ function* gen() {
|
||||
|
||||
var g = gen();
|
||||
|
||||
g.next() // { value: 1, done: false }
|
||||
g.next() // { value: 1, done: false }
|
||||
g.return() // { value: undefined, done: true }
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user