zh.javascript.info
现代 JavaScript 教程(The Modern JavaScript Tutorial),以最新的 ECMAScript 规范为基准,通过简单但足够详细的内容,为你讲解从基础到高阶的 JavaScript 相关知识。
The Chinese translation of The Modern JavaScript Tutorial, a free, community-maintained course covering JavaScript from basics to advanced topics, published at zh.javascript.info and recommended by the React docs.
This repository holds the Chinese translation of The Modern JavaScript Tutorial, a comprehensive free JavaScript learning resource. The tutorial covers JavaScript from the basics through advanced topics, based on the current ECMAScript specification. The translated site is published at zh.javascript.info and is recommended alongside MDN Web Docs by the React official documentation as a core JavaScript learning resource.
The tutorial is community-maintained. Contributors select chapters to translate, claim them in a shared tracking issue to avoid duplication, and submit pull requests when their translations are ready. A glossary in the repository's wiki maps English technical terms to agreed Chinese translations, keeping language consistent across chapters. The README covers punctuation style, how to handle terms that should remain in English, how to translate code comments without changing variable or class names, and how to update links to point at translated versions of external resources where they exist.
The project stays synchronized with the English source. When the English tutorial is updated, contributors merge those changes and keep the Chinese version current. A local development server is available so translators can preview their work in a browser before submitting. Full contributor instructions and the process for becoming a maintainer are in the repository's wiki.
The README is written in Chinese and describes the translation workflow in detail. The tutorial itself spans chapters on language fundamentals, browser APIs, asynchronous programming, and more. Contributors who complete translations are credited on the About page of the live site at zh.javascript.info.
Where it fits
- Read a complete Chinese-language JavaScript tutorial covering fundamentals, browser APIs, and async programming for free.
- Contribute a chapter translation or fix a terminology inconsistency by submitting a pull request.
- Run a local preview of the tutorial site to check your translation formatting before submitting.