We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610fb93 commit cc74cccCopy full SHA for cc74ccc
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