We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9869922 commit bec7821Copy full SHA for bec7821
1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/solution.md
@@ -35,4 +35,4 @@ alert(generator()); // 282475249
35
alert(generator()); // 1622650073
36
```
37
38
-That also works. 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 lose ability to iterate with `for..of` and to use generator composition, that may be useful elsewhere.
0 commit comments