File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed
1-js/02-first-steps/10-ifelse/2-check-standard Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments