Skip to content

Commit 17c5684

Browse files
lex111keslo
andauthored
Update 1-js/02-first-steps/09-alert-prompt-confirm/article.md
Co-Authored-By: keslo <achallenge@yandex.ru>
1 parent f60f359 commit 17c5684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ result = confirm(question);
7777

7878
Функция `confirm` отображает модальное окно с текстом вопроса `question` и двумя кнопками: OK и CANCEL.
7979

80-
Результат `true` если нажата кнопка OK. В других случаях `false`.
80+
Результат `true`, если нажата кнопка OK. В других случаях `false`.
8181

8282
Например:
8383

0 commit comments

Comments
 (0)