Skip to content

Commit 4e95616

Browse files
authored
Merge pull request #1080 from K-Sato1995/patch-6
Fix a typo
2 parents 2fad19d + 119d6e5 commit 4e95616

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/03-closure/3-function-in-if

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/03-closure/3-function-in-if/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Function in if
33

4-
Look at the code. What will be result of the call at the last line?
4+
Look at the code. What will be the result of the call at the last line?
55

66
```js run
77
let phrase = "Hello";

0 commit comments

Comments
 (0)