Skip to content

Commit 95850d9

Browse files
2yunseongViolet-Bora-Lee
authored andcommitted
[오타수정] if와 '?'를 사용한 조건 처리 잘못된 강조 따옴표 사용(#1527)
Signed-off-by: 2yunseong <dbsdltjd3701@naver.com>
1 parent 90c52e7 commit 95850d9

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/10-ifelse/2-check-standard/ifelse_task2

1 file changed

+1
-1
lines changed

1-js/02-first-steps/10-ifelse/2-check-standard/ifelse_task2/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script>
66
'use strict';
77

8-
let value = prompt('자바스크립트의 "공식" 이름은 무엇일까요?', '');
8+
let value = prompt("자바스크립트의 '공식' 이름은 무엇일까요?", '');
99

1010
if (value == 'ECMAScript') {
1111
alert('정답입니다!');

0 commit comments

Comments
 (0)