Merge pull request #167 from aniketkudale/master

Corrected typo in task 3
This commit is contained in:
Ilya Kantor 2017-09-08 18:21:13 +02:00 committed by GitHub
commit dcee0e3557

View file

@ -4,7 +4,7 @@ importance: 3
# Explain the value of "this"
In the code above we intend to call `user.go()` method 4 times in a row.
In the code below we intend to call `user.go()` method 4 times in a row.
But calls `(1)` and `(2)` works differently from `(3)` and `(4)`. Why?