Update README.zh-cn.md

pull/381/head
Flex Zhong 3 years ago committed by GitHub
parent f9eb6e8a3c
commit c736dc755f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,7 +61,7 @@ iceCreamFlavors.length; // 5
## 循环Loops
数组可以用来做重复性的或者**迭代性的****iterative**的工作会省下很多时间和代码量。每一次迭代中的变量、值或者条件可能会不同。JavaScript 中有几种不同类型的循环,它们有一些小差别,但本质上都是做同一件事:遍历数据。
数组可以用来做重复性的或者 **迭代性的iterative** 的工作会省下很多时间和代码量。每一次迭代中的变量、值或者条件可能会不同。JavaScript 中有几种不同类型的循环,它们有一些小差别,但本质上都是做同一件事:遍历数据。
### For 循环

Loading…
Cancel
Save