Update article.md
Remove comma.
This commit is contained in:
parent
f97b2fd1e2
commit
eda95124c4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Let's revisit arrow functions.
|
|||
|
||||
Arrow functions are not just a "shorthand" for writing small stuff. They have some very specific and useful features.
|
||||
|
||||
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.
|
||||
|
||||
For instance:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue