Skip to content

Commit

Permalink
[오번역수정] Part 1 - 6.9 call/apply와 데코레이터, 포워딩
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyun293 authored and Violet-Bora-Lee committed Feb 4, 2023
1 parent 4d34ea2 commit 39fc627
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ let wrapper = function() {
};
```

이런 식으로 외부에서 `wrapper`를 호출하면, 기존 함수인 `func`를 호출하는 것과 명확하게 구분할 수 있습니다.
이런 식으로 외부에서 `wrapper`를 호출하면, 기존 함수인 `func`를 호출하는 것과 명확하게 구분할 수 없습니다.

## 메서드 빌리기 [#method-borrowing]

Expand Down

0 comments on commit 39fc627

Please sign in to comment.