We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c52e7 commit 95850d9Copy full SHA for 95850d9
1 file changed
1-js/02-first-steps/10-ifelse/2-check-standard/ifelse_task2/index.html
@@ -5,7 +5,7 @@
5
<script>
6
'use strict';
7
8
- let value = prompt('자바스크립트의 "공식" 이름은 무엇일까요?', '');
+ let value = prompt("자바스크립트의 '공식' 이름은 무엇일까요?", '');
9
10
if (value == 'ECMAScript') {
11
alert('정답입니다!');
0 commit comments