2020-02-19 12:33:19 +08:00
> 本分支用于与英文版仓库文件进行比对,进而跟进更新本教程,请勿删除本分支!本分支操作方式请见 [WIKI](https://github.com/javascript-tutorial/zh.javascript.info/wiki)。
2015-01-14 12:13:04 +03:00
2020-02-19 12:33:19 +08:00
# The Modern JavaScript Tutorial
2019-07-23 16:53:47 +08:00
2020-02-19 12:33:19 +08:00
This repository hosts the English content of the Modern JavaScript Tutorial, published at [https://javascript.info ](https://javascript.info ).
2019-09-07 16:03:39 +08:00
2020-02-19 12:33:19 +08:00
## Translations
2019-09-10 09:02:30 +08:00
2020-02-19 12:33:19 +08:00
We'd like to make the tutorial available in many languages. Please help us to translate.
2019-09-10 09:02:30 +08:00
2020-02-19 12:33:19 +08:00
See <https://javascript.info/translate> for the details.
2015-01-14 12:13:04 +03:00
2020-02-19 12:33:19 +08:00
## Contributions
2019-09-10 15:47:01 +08:00
2020-02-19 12:33:19 +08:00
We'd also like to collaborate on the tutorial with other people.
2019-06-28 15:40:52 +08:00
2020-02-19 12:33:19 +08:00
Something's wrong? A topic is missing? Explain it to people, add as PR 👏
2015-01-14 12:13:04 +03:00
2020-02-19 12:33:19 +08:00
**You can edit the text in any editor. ** The tutorial uses enhanced "markdown" format, easy to grasp. And if you want to see how it looks on-site, there's a server to run the tutorial locally at <https://github.com/javascript-tutorial/server>.
2017-09-17 11:16:11 +02:00
2020-02-19 12:33:19 +08:00
The list of contributors is available at <https://javascript.info/about#contributors >.
2019-06-28 15:40:52 +08:00
2020-02-19 12:33:19 +08:00
## Structure
2019-09-10 15:47:01 +08:00
2020-02-19 12:33:19 +08:00
Every chapter, article or a task has its folder.
2019-09-10 09:12:49 +08:00
2020-02-19 12:33:19 +08:00
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.
2019-09-10 09:12:49 +08:00
2020-02-19 12:33:19 +08:00
The type of the material is defined by the file inside the folder:
2019-09-10 15:47:01 +08:00
2020-02-19 12:33:19 +08:00
- `index.md` stands for a chapter
- `article.md` stands for an article
- `task.md` stands for a task (solution must be provided in `solution.md` file aswell)
2018-01-14 20:12:58 +03:00
2020-02-19 12:33:19 +08:00
Each of these files starts from the `# Main header` .
2018-01-14 20:12:58 +03:00
2020-02-19 12:33:19 +08:00
It's very easy to add something new.
2015-01-14 12:13:04 +03:00
2019-06-03 14:09:56 +08:00
---
2020-02-19 12:33:19 +08:00
♥
Ilya Kantor @iliakan