Skip to content

Commit 355e1ff

Browse files
committed
[문서] C02 - 2.6 alert, prompt, confirm을 이용한 상호작용 충돌 해결 및 번역 진행
1 parent 37d4889 commit 355e1ff

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • 1-js/02-first-steps/06-alert-prompt-confirm

1-js/02-first-steps/06-alert-prompt-confirm/article.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,8 @@ result = prompt(title, [default]);
3030
`default`
3131
: 입력 필드의 초깃값(선택값)
3232

33-
<<<<<<< HEAD
3433
```smart header="인수를 감싸는 대괄호 `[...]`의 의미"
3534
`default`를 감싸는 대괄호는 이 매개변수가 필수가 아닌 선택값이라는 것을 의미합니다.
36-
=======
37-
```smart header="The square brackets in syntax `[...]`"
38-
The square brackets around `default` in the syntax above denote that the parameter is optional, not required.
39-
>>>>>>> upstream/master
4035
```
4136
4237
사용자는 프롬프트 대화상자의 입력 필드에 원하는 값을 입력하고 확인을 누를 수 있습니다. 값을 입력하길 원하지 않는 경우는 취소(Cancel) 버튼을 누르거나 `key:Esc`를 눌러 대화상자를 빠져나가면 됩니다.

0 commit comments

Comments
 (0)