Skip to content

Commit d1faa49

Browse files
committed
2 parents 2845207 + 7891113 commit d1faa49

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

2-ui/1-document/08-styles-and-classes/2-create-notification/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 5
44

55
# Create a notification
66

7-
Write a function `showNotification(options)` that a notification: `<div class="notification">` with the given content. The notification should automatically disappear after 1.5 seconds.
7+
Write a function `showNotification(options)` that creates a notification: `<div class="notification">` with the given content. The notification should automatically disappear after 1.5 seconds.
88

99
The options are:
1010

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ This repository hosts the content of the Modern JavaScript Tutorial, published a
55

66
## Translations
77

8+
(In alphabetical order):
9+
810
| Language | Github | Translation leads | Published |
911
|----------|--------|-------------------|-----------|
10-
| Russian | https://github.com/iliakan/javascript-tutorial-ru | @iliakan | https://learn.javascript.ru |
11-
| Chinese | https://github.com/xitu/javascript-tutorial-en | @leviding | |
12+
| Chinese | https://github.com/xitu/javascript-tutorial-zh | @leviding | |
13+
| French | https://github.com/SugoiNelson/javascript-tutorial-fr | @SugoiNelson | - |
1214
| German | https://github.com/MartinEls/javascript-tutorial-de | @MartilEls | - |
1315
| Japanese | https://github.com/KenjiI/javascript-tutorial-ja | @KenjiI | - |
16+
| Russian | https://github.com/iliakan/javascript-tutorial-ru | @iliakan | https://learn.javascript.ru |
17+
| Uzbek | https://github.com/aruzikulov/javascript-tutorial-uz | @aruzikulov | - |
1418

1519
If you'd like to translate it into your language, please [create an issue](https://github.com/iliakan/javascript-tutoria-en/issues/new).
1620

0 commit comments

Comments
 (0)