Skip to content

Commit dcee0e3

Browse files
authored
Merge pull request #167 from aniketkudale/master
Corrected typo in task 3
2 parents e9f5020 + 2b57bda commit dcee0e3

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

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

Lines changed: 1 addition & 1 deletion
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)