// Thats literally how it works. array = ["Bob", "James", "Taylor"] for (i = 0; i< array.length; i++){ console.log(array[i]) }