You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/2-js-basics/4-arrays-loops/translations/assignment.zh-cn.md

349 B

循环和数组

说明

编写一段程序,列出 1-20 中所有 3 的倍数,将它们输出到控制台。

提示,使用 for 循环,修改迭代表达式

评价表

指标 优秀 良好 尚可进步
程序运行正确,并且写了注释 没写注释 程序未完成或者有 BUG