mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-06 14:56:50 +02:00
Update README.zh-cn.md
This commit is contained in:
@@ -61,7 +61,7 @@ iceCreamFlavors.length; // 5
|
|||||||
|
|
||||||
## 循环(Loops)
|
## 循环(Loops)
|
||||||
|
|
||||||
数组可以用来做重复性的或者**迭代性的(iterative)**的工作,会省下很多时间和代码量。每一次迭代中的变量、值或者条件可能会不同。JavaScript 中有几种不同类型的循环,它们有一些小差别,但本质上都是做同一件事:遍历数据。
|
数组可以用来做重复性的或者**迭代性的**(**iterative**)的工作,会省下很多时间和代码量。每一次迭代中的变量、值或者条件可能会不同。JavaScript 中有几种不同类型的循环,它们有一些小差别,但本质上都是做同一件事:遍历数据。
|
||||||
|
|
||||||
### For 循环
|
### For 循环
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user