FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[오타수정] if와 '?'를 사용한 조건 처리 잘못된 강조 따옴표 사용(과제 2) (#1527) by 2yunseong · Pull Request #1553 · javascript-tutorial/ko.javascript.info · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .html  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script>
'use strict';

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

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

Back | FazBrowse Home | New Git URL