We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6fdfda + cc74ccc commit e7b524cCopy full SHA for e7b524c
1-js/02-first-steps/16-function-expressions/article.md
@@ -12,7 +12,7 @@ function sayHi() {
12
13
There is another syntax for creating a function that is called a *Function Expression*.
14
15
-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.
16
17
For example:
18
0 commit comments