Skip to content

Commit fa4c0d0

Browse files
authored
Update article.md
1 parent c720872 commit fa4c0d0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Function Expressions are created when the execution reaches them. That would hap
244244

245245
Sometimes that's handy to declare a local function only needed in that block alone. But that feature may also cause problems.
246246

247-
For instance, let's imagine that we need to declare a function `welcome()` depending on the `age` variable that we get in run time. And then we plan to use it some time later.
247+
For instance, let's imagine that we need to declare a function `welcome()` depending on the `age` variable that we get during runtime. And then we plan to use it some time later.
248248

249249
The code below doesn't work:
250250

0 commit comments

Comments
 (0)