mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-05 22:37:38 +02:00
translate Ch. 2-4 assignment into zh-cn
This commit is contained in:
13
2-js-basics/4-arrays-loops/translations/assignment.zh-cn.md
Normal file
13
2-js-basics/4-arrays-loops/translations/assignment.zh-cn.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# 循环和数组
|
||||||
|
|
||||||
|
## 说明
|
||||||
|
|
||||||
|
编写一段程序,列出 1-20 中所有 3 的倍数,将它们输出到控制台。
|
||||||
|
|
||||||
|
> 提示,使用 for 循环,修改迭代表达式
|
||||||
|
|
||||||
|
## 评价表
|
||||||
|
|
||||||
|
| 指标 | 优秀 | 良好 | 尚可进步 |
|
||||||
|
| --- | --- | --- | --- |
|
||||||
|
| | 程序运行正确,并且写了注释 | 没写注释 | 程序未完成或者有 BUG |
|
Reference in New Issue
Block a user