We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d4889 commit 355e1ffCopy full SHA for 355e1ff
1 file changed
1-js/02-first-steps/06-alert-prompt-confirm/article.md
@@ -30,13 +30,8 @@ result = prompt(title, [default]);
30
`default`
31
: 입력 필드의 초깃값(선택값)
32
33
-<<<<<<< HEAD
34
```smart header="인수를 감싸는 대괄호 `[...]`의 의미"
35
`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
40
```
41
42
사용자는 프롬프트 대화상자의 입력 필드에 원하는 값을 입력하고 확인을 누를 수 있습니다. 값을 입력하길 원하지 않는 경우는 취소(Cancel) 버튼을 누르거나 `key:Esc`를 눌러 대화상자를 빠져나가면 됩니다.
0 commit comments