Files
Web-Dev-For-Beginners/2-js-basics/4-arrays-loops/translations/assignment.ja.md
t4k3t0 1826ef113e Update assignment.ja.md
Fixed a bit translation mistake.
2023-07-07 13:48:30 -04:00

14 lines
724 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 配列のループ
## 説明書
120の間の数字を3つおきに3の倍数をすべてリストアップしてコンソールに表示するプログラムを作成します。
> TIP: for-loop を使用して、反復式を変更します。
## ルーブリック
| 基準 | 模範的な例 | 適切な | 改善が必要 |
| -------- | --------------------------------------- | ------------------------ | ------------------------------ |
| | プログラムが正常に動作し、コメントが表示される | プログラムはコメントをしていない | プログラムが不完全であるか、バグがある |