Skip to content

Commit 119d6e5

Browse files
authored
Fix typo
1 parent 9d01019 commit 119d6e5

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)