Skip to content

Commit 0411dc4

Browse files
committed
typo fix
1 parent 37a0437 commit 0411dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day_07.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ f(); // 6
150150

151151
```
152152

153-
One of the most expected and misused features of ES6 is the Arrow Function. Undoubtedly powerful it might also derive in a headache if you don't really know how they work and which are the difference between the full body notation and the arrow notation.
153+
One of the most expected and misused features of ES6 is the Arrow Function. Undoubtedly powerful it might also derive in a headache if you don't really know how they work and which are the differences between the full body notation and the arrow notation.
154154

155155
Let's take a look at [YDKJS - ES6 & Beyond - chapter 2](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/es6%20%26%20beyond/ch2.md#arrow-functions)
156156

0 commit comments

Comments
 (0)