Skip to content

Commit 96bd8cf

Browse files
authored
Merge pull request #2795 from joaquinelio/patch-5
typo
2 parents 05336f1 + dc6be3a commit 96bd8cf

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/16-function-expressions

1 file changed

+1
-1
lines changed

1-js/02-first-steps/16-function-expressions/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In more advanced situations, that we'll come across later, a function may be cre
3434

3535
## Function is a value
3636

37-
Let's reiterate: no matter how the function is created, a function is a value. Both examples above store a function is `sayHi` variable.
37+
Let's reiterate: no matter how the function is created, a function is a value. Both examples above store a function in the `sayHi` variable.
3838

3939
We can even print out that value using `alert`:
4040

0 commit comments

Comments
 (0)