-
Notifications
You must be signed in to change notification settings - Fork 856
[문서] C12 충돌 해결 및 번역 진행 #1857
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
DevJunz
wants to merge
10
commits into
javascript-tutorial:2026-en-merge
Choose a base branch
from
DevJunz:fix/devjunz-c12-conflict
base: 2026-en-merge
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+13
−119
Open
[문서] C12 충돌 해결 및 번역 진행 #1857
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
e15199c
C-12 date 예제 1번 충돌 해결 및 번역
DevJunz e8051be
C-12 date article 충돌 해결 및 번역
DevJunz a35749f
C-12 json article 번역 및 충돌해결
DevJunz c74301b
C-12-77 충돌 해결
DevJunz dd8b5b1
C-12-78 충돌 해결
DevJunz c99609c
C-12-79 충돌 및 번역 해결
DevJunz 04592ad
C-12- 80 충돌해결
DevJunz 29659fa
C-12-81 충돌 해결 및 번역 완료
DevJunz 9f31e8f
C-12-74 compnent 번역 수정
DevJunz 47dbece
C-12-75 맞춤법 수정
DevJunz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
1-js/06-advanced-functions/01-recursion/02-factorial/solution.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
뒤 문장 번역해 주신 부분은 잘 해주신 거 같은데 앞 문장이 '여분의' 이 부분이 잘드러나고 간략하면 좋을 거 같은데 아래와 같은 표현은 어떠신가요?
'여분의' 인수가 있어도 에러는 발생하지 않습니다. 다만 결과를 계산할 때는 처음 두 개의 인수만 사용하므로 위 코드의 결과는 '3'이 됩니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저도 처음에는 그렇게 생각했는데 이전에 번역하신 분이 앞의 내용까지 고려해서 지금처럼 번역을 해주신 것 같더라구요.
앞서 번역을 해주신 분의 의도가 저는 해석하는 데에 있어서 더 좋다고 판단되어서 이전의 번역을 최대한 건들지 않고 뒷 문장만 번역을 추가하려고 해서 지금과 같은 번역이 완성 되었습니다.
앞에 실제 예시로 함수 SUM에 인수를 2개 넣도록 선언하고 5개의 인수를 넣는 예시가 있는데 이러한 예시를 고려한 한글 번역이 영어 번역보다 더 적절하다고 생각해서 이렇게 번역을 유지했습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
처음 읽는 사람 관점에서 코드의 맥락도 생각하면 기존 번역이 자연스러운 거 같네요!
그럼 리뷰 완료하겠습니다