en.javascript.info/1-js/02-first-steps/12-while-for/4-for-even/task.md
Ilya Kantor 9ad9063d00 up
2016-11-28 21:35:42 +03:00

9 lines
123 B
Markdown

importance: 5
---
# Output even numbers in the loop
Use the `for` loop to output even numbers from `2` to `10`.
[demo]