You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository hosts the content of the Modern JavaScript Tutorial, published at [https://javascript.info](https://javascript.info).
3
+
В цьому репозиторії проводиться переклад [сучасного посібника по JavaScript](https://github.com/iliakan/javascript-tutorial-en) на українську мову. Усі переклади українською мовою вітаються у вигляді пул реквестів до цього репозиторію.
| Chinese |[xitu/javascript-tutorial-zh](https://github.com/xitu/javascript-tutorial-zh)|@leviding|||[zh.javascript.info](https://zh.javascript.info)|
@@ -19,24 +19,20 @@ This repository hosts the content of the Modern JavaScript Tutorial, published a
`*` – the previous version is published in Russian, need to backport/translate the new one from English.
22
+
Ви можете редагувати текст у будь-якому текстовому редакторі, чи IDE (у вигляді markdown). Щоб запустити локальний сервер, і переглянути як виглядає переклад, використовуйте [спеціальний сервер](https://github.com/iliakan/javascript-tutorial-server).
23
23
24
-
If you'd like to translate it into your language, please clone the repository, change its name to `javascript-tutorial-...` (by the language) and [create an issue](https://github.com/iliakan/javascript-tutorial-en/issues/new) for me to add you to the list.
25
24
26
-
You can edit the text in any editor (markdown-like syntax). The server to run the tutorial locally and see how it looks is at <https://github.com/iliakan/javascript-tutorial-server>.
27
25
26
+
## Структура
28
27
28
+
Кожен розділ, стаття і завдання має свою теку.
29
29
30
-
## Structure
30
+
Тека іменується в форматі `N-url`, де `N` це порядковий номер з метою сортування і `url` це частина URL з назвою матеріалу.
31
31
32
-
Every chapter, article or a task has its folder.
32
+
Тип матеріалу визначається файлом всередині теки:
33
33
34
-
The folder is named like `N-url`, where `N` is a number for the sorting purposes and `url` is the URL part with title of the material.
34
+
-`index.md` відповідає за роділ
35
+
-`article.md` відповідає за статтю
36
+
-`task.md` відповідає за завдання (вирішення повенне бути в файлі `solution.md`)
35
37
36
-
The type of the material is defined by the file inside the folder:
37
-
38
-
-`index.md` stands for a chapter
39
-
-`article.md` stands for an article
40
-
-`task.md` stands for a task (solution must be provided in `solution.md` file aswell)
41
-
42
-
Each of these files starts from the `# Main header`.
38
+
Кожен з цих файлів починається з `# Головного заголовка`.
0 commit comments