Update article.md

Remove comma.
This commit is contained in:
paroche 2019-09-13 22:45:46 -06:00 committed by GitHub
parent f97b2fd1e2
commit eda95124c4
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: