Adding Homework4

Adding Homework4
pull/834/head
SaniieAsanova 3 years ago committed by GitHub
parent 398ebbfa2c
commit 3d71ae77cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,4 +10,7 @@ Create a program that lists every 3rd number between 1-20 and prints it to the c
| Criteria | Exemplary | Adequate | Needs Improvement |
| -------- | --------------------------------------- | ------------------------ | ------------------------------ |
| | Program runs correctly and is commented | Program is not commented | Program is incomplete or buggy |
| | Program runs correctly and is commented | Program is not commented | Program is incomplete or buggy |
for(let i = 3; i<=20; i+=3)
console.log(i);

Loading…
Cancel
Save