mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-13 18:24:33 +02:00
folder names
This commit is contained in:
13
2-js-basics/4-arrays-loops/assignment.md
Normal file
13
2-js-basics/4-arrays-loops/assignment.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Loop an Array
|
||||
|
||||
## Instructions
|
||||
|
||||
Create a program that lists every 3rd number between 1-20 and prints it to the console.
|
||||
|
||||
> TIP: use a for-loop and modify the iteration-expression
|
||||
|
||||
## Rubric
|
||||
|
||||
| Criteria | Exemplary | Adequate | Needs Improvement |
|
||||
| -------- | --------------------------------------- | ------------------------ | ------------------------------ |
|
||||
| | Program runs correctly and is commented | Program is not commented | Program is incomplete or buggy |
|
Reference in New Issue
Block a user