mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-12 09:44:19 +02:00
translate Ch. 2 README into zh-cn
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
2. [GitHub 基础知识](../2-github-basics/translations/README.zh-cn.md)
|
2. [GitHub 基础知识](../2-github-basics/translations/README.zh-cn.md)
|
||||||
3. [无障碍性基础知识](../3-accessibility/translations/README.zh-cn.md)
|
3. [无障碍性基础知识](../3-accessibility/translations/README.zh-cn.md)
|
||||||
|
|
||||||
### 参考
|
### 鸣谢
|
||||||
|
|
||||||
无障碍性基础知识由 [Christopher Harrison](https://twitter.com/geektrainer) 用 ♥️ 编写
|
无障碍性基础知识由 [Christopher Harrison](https://twitter.com/geektrainer) 用 ♥️ 编写
|
||||||
|
|
||||||
|
14
2-js-basics/translations/README.zh-cn.md
Normal file
14
2-js-basics/translations/README.zh-cn.md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# JavaScript 入门
|
||||||
|
|
||||||
|
JavaScript 是 Web 开发的语言。在这四节课中,你将学习它的基础知识。
|
||||||
|
|
||||||
|
### 主题
|
||||||
|
|
||||||
|
1. [变量和数据类型](../1-data-types/translations/README.zh-cn.md)
|
||||||
|
2. [函数和方法](../2-functions-methods/translations/README.zh-cn.md)
|
||||||
|
3. [在 JavaScript 中做出决定](../3-making-decisions/translations/README.zh-cn.md)
|
||||||
|
4. [数组和循环](../4-arrays-loops/translations/README.zh-cn.md)
|
||||||
|
|
||||||
|
### 鸣谢
|
||||||
|
|
||||||
|
这些课程由 [Jasmine Greenaway](https://twitter.com/paladique)、[Christopher Harrison](https://twitter.com/geektrainer) 与 [Chris Noring](https://twitter.com/chris_noring) 用 ♥️ 编写
|
Reference in New Issue
Block a user