Skip to content

1-js/08-prototypes/02-function-prototype/article.md 리뷰#228

Closed
SimEunJu wants to merge 5 commits intojavascript-tutorial:masterfrom
SimEunJu:master
Closed

1-js/08-prototypes/02-function-prototype/article.md 리뷰#228
SimEunJu wants to merge 5 commits intojavascript-tutorial:masterfrom
SimEunJu:master

Conversation

@SimEunJu
Copy link

#226
1차 리뷰를 진행하였습니다.

용어집에서는 default를 default문으로 번역하고 있는데,
본문의 default property와는 어감이 다른 것 같습니다ㅠㅠ
일단 기본값으로 번역하기는 하였으나, 변경사항이 있으면 알려주세요!

@CLAassistant
Copy link

CLAassistant commented Sep 29, 2019

CLA assistant check
All committers have signed the CLA.

@Violet-Bora-Lee
Copy link
Member

이 글은 다른 기여자분이 작성해 주신 거라 합의되지 않은 내용이 있을 수 있어요.
저희 저장소 초기에는 합의 내용 정리가 잘 안되있었거든요.

이 글 리뷰하는데는 저도 시간이 꽤 걸릴 것같아서 천천히 보도록 하겠습니다.

Copy link
Member

@Violet-Bora-Lee Violet-Bora-Lee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 감사합니다.
대시보드에 제가 아래와 같은 코멘트 남겨두었는데, 확인해주시고 응답 부탁드릴게요.

해당 글은, 번역 컨벤션이 다듬어지기 훨씬 이전에 작성된 글이어서 수정해야할 것들이 많습니다. 이 글 보다는 바로 윗 글(프로토타입 상속)에 관한 글을 리뷰해주시길 부탁드릴게요.

만약 생성 후에 `F.prototype` 프로퍼티가 변한다면(`F.prototype=<다른 객체>`), `new F`에 의해 생성된 새로운 객체는 `[[Prototype]]`으로 다른 객체를 가질 것입니다. 그러나 이미 생성된 객체는 이전 객체를 유지합니다.
```


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

불필요한 줄이 들어가있어서, line이 맞지 않습니다.

리드미를 읽어보시고, 수정해주세요.
https://github.com/javascript-tutorial/ko.javascript.info#%EB%B2%88%EC%97%AD-%EA%B7%9C%EC%B9%99

@javascript-translate-bot

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

@Violet-Bora-Lee
Copy link
Member

번역 컨벤션이 합의되기 전, 한참전에 작성된 글이어서 리뷰가 불가능 상태였습니다.

제가 다시 번역하여 commit하였습니다.

ff3c8e7

본 PR은 클로징 하겠습니다.

감사합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants