-
Notifications
You must be signed in to change notification settings - Fork 844
[번역]파트1 6.9 call/apply와 데코레이터, 포워딩 누락된 부분 번역 #780 #781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@@ -372,7 +372,7 @@ function hash() { | |||
hash(1, 2); | |||
``` | |||
|
|||
The trick is called *method borrowing*. | |||
위와 같은 트릭을 *메서드 빌리기*라고 부릅니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요거는 한영병기 해주는게 어떨까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://ko.javascript.info/call-apply-decorators#method-borrowing
한영병기할까 하다가 저 내용이 들어가는 절의 제목이 똑같이 메서드 빌리기로 번역이 되어 있어서요.
저 부분은 그냥 두고 제목을 메서드 빌리기(method borrowing)
로 한영병기하면 어떨까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
제목은 목차 역할을 하기 때문에 한영병기하지 않습니다.
#63
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵 리뷰해주신대로 수정했습니다.
@@ -372,7 +372,7 @@ function hash() { | |||
hash(1, 2); | |||
``` | |||
|
|||
The trick is called *method borrowing*. | |||
위와 같은 트릭을 *메서드 빌리기*라고 부릅니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
제목은 목차 역할을 하기 때문에 한영병기하지 않습니다.
#63
Please make the requested changes. After it, add a comment "/done". |
e427b63
to
ccf8597
Compare
수정했습니다! |
Pull Request 체크리스트
TODO