Merge pull request #1344 from paroche/patch-35

Update article.md
This commit is contained in:
Ilya Kantor 2019-09-14 09:29:19 +03:00 committed by GitHub
commit a7d8fc3f79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: