Skip to content

Commit ccf8597

Browse files
committed
[번역]파트1 6.9 누락된 부분 번역
1 parent c866b8e commit ccf8597

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/09-call-apply-decorators

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/09-call-apply-decorators/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ function hash() {
372372
hash(1, 2);
373373
```
374374

375-
The trick is called *method borrowing*.
375+
위와 같은 트릭을 *메서드 빌리기(method borrowing)*라고 부릅니다.
376376

377377
일반 배열에서 `join` 메서드를 빌려오고(`[].join`), `[].join.call`를 사용해 `arguments`를 컨텍스트로 고정한 후 `join`메서드를 호출하는 것이죠.
378378

0 commit comments

Comments
 (0)