Skip to content

Commit 2b57bda

Browse files
authored
Corrected task 3 typo
1 parent 144a2fe commit 2b57bda

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/04-object-methods/3-why-this

1 file changed

+1
-1
lines changed

Diff for: 1-js/04-object-basics/04-object-methods/3-why-this/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 3
44

55
# Explain the value of "this"
66

7-
In the code above we intend to call `user.go()` method 4 times in a row.
7+
In the code below we intend to call `user.go()` method 4 times in a row.
88

99
But calls `(1)` and `(2)` works differently from `(3)` and `(4)`. Why?
1010

0 commit comments

Comments
 (0)