Skip to content

Commit a2af800

Browse files
committed
Merge branch '1_02_09_alerts_prompt_confirm' of https://github.com/Zim123/uk.javascript.info into 1_02_09_alerts_prompt_confirm
2 parents a6b12a7 + 9474456 commit a2af800

File tree

1 file changed

+2
-2
lines changed
  • 1-js/02-first-steps/09-alert-prompt-confirm/1-simple-page

1 file changed

+2
-2
lines changed

1-js/02-first-steps/09-alert-prompt-confirm/1-simple-page/solution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
JavaScript-code:
1+
JavaScript код:
22

33
```js demo run
44
let name = prompt("Як вас звати?", "");
55
alert(name);
66
```
77

8-
The full page:
8+
Вся сторінка:
99

1010
```html
1111
<!DOCTYPE html>

0 commit comments

Comments
 (0)