javascript-tutorial / javascript-tutorial/ko.javascript.info
[오타수정] Part 1 8.3 네이티브 프로토타입
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 2k
- Forks
- 852
- PR merge metrics
- No merged PRs in 30d
Description
원문

오타수정
네이티브 프로토타입 변경하기[#native-prototype-change]
-> 네이티브 프로토타입 변경하기 [#native-prototype-change]
공백 추가가 필요합니다.
이슈

영어 원문을 보면 [#native-prototype-change]와 같은 표시는 보이지 않습니다.
| 원문 md | 번역본 md |
|---|---|
![]() |
![]() |
영어 원문 마크다운 파일을 살펴보면 ## Changing native prototypes와 [#native-prototype-change]사이에 공백이 있으나
한글 번역본에는 공백이 없어 [#native-prototype-change]부분이 그대로 노출되고 있는 것으로 판단됩니다.
그래서 공백을 추가하고 서버를 구동하여 해당 부분이 노출되지 않는 것을 확인했습니다.

Pull Request(PR)를 통해 수정할 의향이 있습니까?
네
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Find the Korean translated Markdown for Part 1, section 8.3, “네이티브 프로토타입 변경하기,” and compare the heading with the English source. Add the missing space before [#native-prototype-change], then run the server and verify that the anchor text is no longer displayed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 72/100

