mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-30 18:10:10 +02:00
translate 4-arrays-loops into japanese
This commit is contained in:
13
2-js-basics/4-arrays-loops/translations/assignment.ja.md
Normal file
13
2-js-basics/4-arrays-loops/translations/assignment.ja.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 配列のループ
|
||||
|
||||
## 説明書
|
||||
|
||||
1~20の間の3番目の数字をすべてリストアップしてコンソールに表示するプログラムを作成します。
|
||||
|
||||
> TIP: for-loop を使用して、反復式を変更します。
|
||||
|
||||
## ルーブリック
|
||||
|
||||
| 基準 | 模範的な例 | 適切な | 改善が必要 |
|
||||
| -------- | --------------------------------------- | ------------------------ | ------------------------------ |
|
||||
| | プログラムが正常に動作し、コメントが表示される | プログラムはコメントをしていない | プログラムが不完全であるか、バグがある |
|
Reference in New Issue
Block a user