javascript-tutorial / javascript-tutorial/ko.javascript.info

[오타수정] 파트 1 6.4 오래된 'var' - 번역 누락

Open
#1,167 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
2k
Forks
852
PR merge metrics
No merged PRs in 30d

Description

원문

해당 포스트의 "var" tolerates redeclarations 부분의 번역이 누락되어 영어 원문으로 나옵니다.
326BE0ED-E6A8-47BD-92DB-36E53E697350

[오타수정]

'var'는 재선언에 관대하다.

만약 우리가 같은 범위에서 같은 이름의 let을 두 번 선언하면, 그것은 에러입니다.

var와 함께라면 몇 번이고 같은 이름의 변수를 재선언 할 수 있습니다. 만약 우리가 이미 선언된 var변수를 사용하려고 한다면, 그것은 무시될 것입니다.

//이미 선언된 var는 아무런 영향을 끼치지 못합니다.
//이것은 에러를 유발하지 않습니다.

이슈

번역이 누락되어 독자의 불편함을 줄이기 위해 작성하였습니다.

Pull Request(PR)를 통해 수정할 의향이 있습니까? 아니오.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the Korean tutorial's Part 1, section 6.4, "오래된 var," and compare the "var tolerates redeclarations" passage with the supplied screenshot and translation. Restore the missing Korean translation, then review the rendered section to confirm the English text no longer appears.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.