Skip to content

Commit de782bb

Browse files
authored
Merge pull request #743 from maurodibert/patch-17
Update task.md
2 parents 1e2ad9d + 397a3af commit de782bb

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/04-object-methods/8-chain-calls

1 file changed

+1
-1
lines changed

1-js/04-object-basics/04-object-methods/8-chain-calls/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ladder.down();
3030
ladder.showStep(); // 1
3131
```
3232

33-
Modify the code of `up` and `down` to make the calls chainable, like this:
33+
Modify the code of `up`, `down` and `showStep` to make the calls chainable, like this:
3434

3535
```js
3636
ladder.up().up().down().showStep(); // 1

0 commit comments

Comments
 (0)