Skip to content

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

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

Open
JihyunGong opened this issue Aug 30, 2021 · 1 comment
Open

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

JihyunGong opened this issue Aug 30, 2021 · 1 comment

Comments

@JihyunGong
Copy link

JihyunGong commented Aug 30, 2021

원문

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

[오타수정]

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

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

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

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

이슈

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

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

@KwanHoo
Copy link

KwanHoo commented Nov 25, 2021

안녕하세요. 올려주신 번역 누락 이슈 제가 수정작업 해보겠습니다. 이슈 감사합니다.

KwanHoo added a commit to KwanHoo/ko.javascript.info that referenced this issue Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants