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 f97b2fd commit eda9512Copy full SHA for eda9512
1-js/06-advanced-functions/12-arrow-functions/article.md
@@ -4,7 +4,7 @@ Let's revisit arrow functions.
4
5
Arrow functions are not just a "shorthand" for writing small stuff. They have some very specific and useful features.
6
7
-JavaScript is full of situations where we need to write a small function, that's executed somewhere else.
+JavaScript is full of situations where we need to write a small function that's executed somewhere else.
8
9
For instance:
10
0 commit comments