We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e2ad9d + 397a3af commit de782bbCopy full SHA for de782bb
1 file changed
1-js/04-object-basics/04-object-methods/8-chain-calls/task.md
@@ -30,7 +30,7 @@ ladder.down();
30
ladder.showStep(); // 1
31
```
32
33
-Modify the code of `up` and `down` to make the calls chainable, like this:
+Modify the code of `up`, `down` and `showStep` to make the calls chainable, like this:
34
35
```js
36
ladder.up().up().down().showStep(); // 1
0 commit comments