[번역]파트1 6.9 call/apply와 데코레이터, 포워딩 누락된 부분 번역 #780 #781
Conversation
| @@ -372,7 +372,7 @@ function hash() { | |||
| hash(1, 2); | |||
| ``` | |||
|
|
|||
| The trick is called *method borrowing*. | |||
| 위와 같은 트릭을 *메서드 빌리기*라고 부릅니다. | |||
Violet-Bora-Lee
Aug 31, 2020
Member
요거는 한영병기 해주는게 어떨까요?
요거는 한영병기 해주는게 어떨까요?
OMEGA-Y
Aug 31, 2020
Author
Contributor
https://ko.javascript.info/call-apply-decorators#method-borrowing
한영병기할까 하다가 저 내용이 들어가는 절의 제목이 똑같이 메서드 빌리기로 번역이 되어 있어서요.
저 부분은 그냥 두고 제목을 메서드 빌리기(method borrowing)로 한영병기하면 어떨까요?
https://ko.javascript.info/call-apply-decorators#method-borrowing
한영병기할까 하다가 저 내용이 들어가는 절의 제목이 똑같이 메서드 빌리기로 번역이 되어 있어서요.
저 부분은 그냥 두고 제목을 메서드 빌리기(method borrowing)로 한영병기하면 어떨까요?
OMEGA-Y
Sep 10, 2020
Author
Contributor
넵 리뷰해주신대로 수정했습니다.
넵 리뷰해주신대로 수정했습니다.
| @@ -372,7 +372,7 @@ function hash() { | |||
| hash(1, 2); | |||
| ``` | |||
|
|
|||
| The trick is called *method borrowing*. | |||
| 위와 같은 트릭을 *메서드 빌리기*라고 부릅니다. | |||
|
Please make the requested changes. After it, add a comment "/done". |
|
수정했습니다! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Pull Request 체크리스트
TODO