Here’s the code, pasted into the chat:
var myArray = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
for (var i = 0; i < myArray.length; i++) {
console.log(myArray[i]);
}
console.log(“All done!”);
I hope that’s helpful! And if you ever need more code examples, just let me know.