Skip to content

Commit eda9512

Browse files
authored
Update article.md
Remove comma.
1 parent f97b2fd commit eda9512

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/12-arrow-functions

1 file changed

+1
-1
lines changed

‎1-js/06-advanced-functions/12-arrow-functions/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Let's revisit arrow functions.
44

55
Arrow functions are not just a "shorthand" for writing small stuff. They have some very specific and useful features.
66

7-
JavaScript is full of situations where we need to write a small function, that's executed somewhere else.
7+
JavaScript is full of situations where we need to write a small function that's executed somewhere else.
88

99
For instance:
1010

0 commit comments

Comments
 (0)