javascript-tutorial / javascript-tutorial/ko.javascript.info
[오번역수정] 2.13 While과 for 반복문
Open
- Dominant language
- HTML
- Stars
- 2k
- Forks
- 851
- PR merge metrics
- No merged PRs in 30d
Description
'for'반복문에 해당하는 내용
## 오번역
아래 반복문을 실행하면 i가 0부터 3이 될 때까지(단, 3은 포함하지 않음) alert(i)가 호출됩니다.
## 번역
아래 반복문을 실행하면 i가 0부터 2가 될 때까지(단, 3은 포함하지 않음) alert(i)가 호출됩니다.
## 이슈
'될 때까지'라는 표현을 사용했고 3은 포함하지 않는다는 점을 추가로 설명했기 때문에 '3이'를 '2가'로 바꾸는 것이 조금 더 명확한 것 같습니다.
## Pull Request(PR)를 통해 수정할 의향이 있습니까?
네
Contributor guide
Research direction
Find the Korean tutorial page for section 2.13, “While과 for 반복문,” and search for the described explanation of the for loop. Update the wording so the range is stated as 0 through 2 while clarifying that 3 is excluded, then review the surrounding translation for consistency.
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
- 50/100