Update article.md

Minor grammar fix
This commit is contained in:
Sarah Lewis 2022-01-13 10:06:23 -08:00 committed by GitHub
parent 610fb9366e
commit cc74cccffa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ function sayHi() {
There is another syntax for creating a function that is called a *Function Expression*.
It allows to create a new function in the middle of any expression.
It allows us to create a new function in the middle of any expression.
For example: