Merge branch 'master' of https://github.com/iliakan/javascript-tutorial-en
This commit is contained in:
commit
d1faa494f7
2 changed files with 7 additions and 3 deletions
|
@ -4,7 +4,7 @@ importance: 5
|
||||||
|
|
||||||
# Create a notification
|
# 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:
|
The options are:
|
||||||
|
|
||||||
|
|
|
@ -5,12 +5,16 @@ This repository hosts the content of the Modern JavaScript Tutorial, published a
|
||||||
|
|
||||||
## Translations
|
## Translations
|
||||||
|
|
||||||
|
(In alphabetical order):
|
||||||
|
|
||||||
| Language | Github | Translation leads | Published |
|
| 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-zh | @leviding | – |
|
||||||
| Chinese | https://github.com/xitu/javascript-tutorial-en | @leviding | – |
|
| French | https://github.com/SugoiNelson/javascript-tutorial-fr | @SugoiNelson | - |
|
||||||
| German | https://github.com/MartinEls/javascript-tutorial-de | @MartilEls | - |
|
| German | https://github.com/MartinEls/javascript-tutorial-de | @MartilEls | - |
|
||||||
| Japanese | https://github.com/KenjiI/javascript-tutorial-ja | @KenjiI | - |
|
| 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).
|
If you'd like to translate it into your language, please [create an issue](https://github.com/iliakan/javascript-tutoria-en/issues/new).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue