improvements
This commit is contained in:
parent
67e317cee9
commit
52ef3256c9
16 changed files with 100 additions and 96 deletions
|
@ -35,4 +35,4 @@ alert(generator()); // 282475249
|
|||
alert(generator()); // 1622650073
|
||||
```
|
||||
|
||||
That's fine for this context. But then we loose ability to iterate with `for..of` and to use generator composition, that may be useful elsewhere.
|
||||
That also works. But then we loose ability to iterate with `for..of` and to use generator composition, that may be useful elsewhere.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue