Skip to content

Commit d25d29c

Browse files
authored
Update article.md
1 parent 1728f97 commit d25d29c

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/16-javascript-specials

1 file changed

+1
-1
lines changed

1-js/02-first-steps/16-javascript-specials/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ More in: <info:variables> and <info:types>.
102102

103103
We're using a browser as a working environment, so basic UI functions will be:
104104

105-
[`prompt(question[, default])`](mdn:api/Window/prompt)
105+
[`prompt(question, [default])`](mdn:api/Window/prompt)
106106
: Ask a `question`, and return either what the visitor entered or `null` if they pressed "cancel".
107107

108108
[`confirm(question)`](mdn:api/Window/confirm)

0 commit comments

Comments
 (0)