This commit is contained in:
Ilya Kantor 2018-07-03 18:53:35 +03:00
commit d1faa494f7
2 changed files with 7 additions and 3 deletions

View file

@ -4,7 +4,7 @@ importance: 5
# Create a notification
Write a function `showNotification(options)` that a notification: `<div class="notification">` with the given content. The notification should automatically disappear after 1.5 seconds.
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.
The options are:

View file

@ -5,12 +5,16 @@ This repository hosts the content of the Modern JavaScript Tutorial, published a
## Translations
(In alphabetical order):
| Language | Github | Translation leads | Published |
|----------|--------|-------------------|-----------|
| Russian | https://github.com/iliakan/javascript-tutorial-ru | @iliakan | https://learn.javascript.ru |
| Chinese | https://github.com/xitu/javascript-tutorial-en | @leviding | |
| Chinese | https://github.com/xitu/javascript-tutorial-zh | @leviding | |
| French | https://github.com/SugoiNelson/javascript-tutorial-fr | @SugoiNelson | - |
| German | https://github.com/MartinEls/javascript-tutorial-de | @MartilEls | - |
| Japanese | https://github.com/KenjiI/javascript-tutorial-ja | @KenjiI | - |
| Russian | https://github.com/iliakan/javascript-tutorial-ru | @iliakan | https://learn.javascript.ru |
| Uzbek | https://github.com/aruzikulov/javascript-tutorial-uz | @aruzikulov | - |
If you'd like to translate it into your language, please [create an issue](https://github.com/iliakan/javascript-tutoria-en/issues/new).