Skip to content

Commit 144e093

Browse files
committed
Headers and typos
1 parent a6546b3 commit 144e093

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let gen = (function*() {
3131
})();
3232
```
3333

34-
This can be combined with various initializers to create an Array, Maps or Set.
34+
This can be combined with various initializers to create an Arrays, Maps or Sets.
3535

3636
```js
3737
let arrayOfUsers = [...*{
@@ -66,6 +66,8 @@ let mapOfUsers = new Map(*{
6666
});
6767
```
6868

69+
## Code Evolution
70+
6971
Since these generator expressions naturally expand to more complex examples, you can keep expanding these with more complex logic as requirements expand. While still remaining in an isolated expression.
7072

7173
```js

0 commit comments

Comments
 (0)