// Write a for loop that prints to the console the numbers 0 through 9. // Write a for loop that prints to the console 9 through 0. // Write a for loop that prints these fruits to the console. // var fruit = ["banana", "orange", "apple", "kiwi"];
1
2
3
4
5
6
//Assignment - Loop Olympics - Preliminaries
// Write a for loop that prints to the console the numbers 0 through 9.
// Write a for loop that prints to the console 9 through 0.
// Write a for loop that prints these fruits to the console.
// var fruit = ["banana", "orange", "apple", "kiwi"];