Skip to content

Commit fd495a1

Browse files
이미지 번역 준비
1 parent 13fd51e commit fd495a1

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

1-js/02-first-steps/10-ifelse/2-check-standard/task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ importance: 2
44

55
# 자바스크립트의 공식 이름
66

7-
`if..else` 구조를 이용해 '자바스크립트의 "공식" 이름은 무엇일까요(What is the “official” name of JavaScript)?'라는 질문을 하는 코드를 작성해 보세요.
7+
`if..else` 구조를 이용해 "자바스크립트의 '공식' 이름은 무엇일까요?"라는 질문을 하는 코드를 작성해 보세요.
88

9-
사용자가 "ECMAScript"를 입력했다면 "정답입니다(Right)!", 아니라면 "모르셨나요? 정답은 ECMAScript입니다!(Didn’t know? ECMAScript)"라는 메시지를 보여주세요.
9+
사용자가 'ECMAScript'를 입력했다면 '정답입니다!', 아니라면 '모르셨나요? 정답은 ECMAScript입니다!'라는 메시지를 보여주세요.
1010

1111
![](ifelse_task2.svg)
1212

images.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
1-
lexical-environment-global-3.svg:
2-
execution start: '실행 시작'
1+
ifelse_task2.svg:
2+
"Begin":
3+
text: "시작"
4+
position: "center"
5+
"What's the “official” name of JavaScript?":
6+
text: "자바스크립트의 '공식' 이름은 무엇일까요?"
7+
position: "center"
8+
"Other":
9+
text: "기타"
10+
position: "center"
11+
"Right!":
12+
text: "정답입니다!"
13+
position: "center"
14+
"You don't know? “ECMAScript”!":
15+
text: "모르셨나요? 정답은 ECMAScript입니다!"
16+
position: "center"

0 commit comments

Comments
 (0)