기초 문법 요약 리뷰#227
Merged
Violet-Bora-Lee merged 1 commit intojavascript-tutorial:masterfrom Sep 29, 2019
Merged
Conversation
Member
|
세 번째 제안주신 문장이 제가 기존에 했던 번역 문장보다 훨씬 좋네요 |
Contributor
Author
|
감사합니다!! :D 😄😆 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
1-js/02-first-steps/16-javascript-specials/article.md 리뷰입니다.
띄어쓰기
- 얼럿창 -> 얼럿 창, 모달창 -> 모달 창 : '합의된 번역어'에는 두 가지 모두 띄어쓰기가 되어있길래 수정했습니다.
- 형변환 -> 형 변환
미번역
- Alice -> 영희 : 119줄
let userName = prompt("이름을 알려주세요.", "영희");에서는 영희라고 바꾸신 것 같은데 두 줄 아래에 주석은 Alice로 남아있길래 수정했습니다.번역 보완 (제안)
- '코드 블록(
{...})이나 반복문 같은 문법 끝엔 세미콜론을 붙이지 않아도 괜찮습니다.'-> '코드 블록(
{...})이나 코드 블록과 함께 구성되는 문법(예: 반복문) 끝엔 세미콜론을 붙이지 않아도 괜찮습니다.'