[오타수정] Part 1 2.10 if와 '?'를 사용한 조건 처리 - svg 텍스트의 불완전한 번역 수정 (issue #1500)#1514
Merged
Violet-Bora-Lee merged 1 commit intojavascript-tutorial:masterfrom Aug 24, 2022
Merged
Conversation
Member
Contributor
Author
앗..! 막연히 예제 코드에 있는 것을 보고 적용시켜서 놓쳤네요 ㅠㅠ 피드백 감사합니다. 따옴표 수정하고, 로컬 서버에서 확인 후 다시 커밋하였습니다! |
Contributor
Author
|
/done |
번역 수정 (javascript-tutorial#1500) Signed-off-by: 2yunseong <dbsdltjd3701@naver.com>
Member
|
기여 감사합니다~ |
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.

Summary
참고 : 이슈 #1500
링크 : https://ko.javascript.info/ifelse - 과제 2번
이슈 요약
과제 2번의 플로우차트의 불완전한 번역 수정
(번역이 모두 다 이루어지지 않고 부분적으로 이루어짐)
로컬서버 수정캡처본
수정내역
시작,정답입니다는 따로 위치를 변경하지 않았습니다.You don't know? ECMAScript!는 2줄로 작성되어 있었지만, 한글로 작성하다보니 타원 공간 상 3줄로 구성하였습니다.(줄 바꿈과 단락을 원문과 동일하게 하라 하였는데, svg파일 상 한줄 안에 모든 것이 작성되어 있어 이미지 상으로는 3줄이지만 깃 수정 내역상으로는 한줄이여서 이와 같이 구성하였습니다.)
tspan의 x, y 위치를 변경하였습니다. 문제가 될 시, 수정하도록 하겠습니다.Pull Request 체크리스트
TODO