Skip to content

Commit 7adabe4

Browse files
committed
doc: 주석 번역
1 parent 5dcbeed commit 7adabe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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
@@ -35,7 +35,7 @@ ladder.showStep(); // 0
3535
`up`, `down`, `showStep`을 수정해 아래처럼 메서드 호출 체이닝이 가능하도록 해봅시다.
3636

3737
```js
38-
ladder.up().up().down().showStep().down().showStep(); // shows 1 then 0
38+
ladder.up().up().down().showStep().down().showStep(); // 1과 0을 차례대로 보여줌
3939
```
4040

4141
참고로 이런 방식은 자바스크립트 라이브러리에서 널리 사용됩니다.

0 commit comments

Comments
 (0)