for (let i = (array.length - 1); i >= 0; i--) { console.log(array[i]); }
continue; // goes back to top of loop