Skip to content

Commit 00fa0c2

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 0bd249c commit 00fa0c2

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
@@ -43,7 +43,7 @@ result = prompt(title, [default]);
4343

4444
Вызов `prompt` вернет текст указанный в поле для ввода или `null` если ввод отменен пользователем.
4545

46-
For instance:
46+
Например:
4747

4848
```js run
4949
let age = prompt('Сколько тебе лет?', 100);

0 commit comments

Comments
 (0)