If anyone could, please help me with this code and tell me what is wrong?
const vacationSpots = [‘Bali’, ‘Paris’, ‘Tulum’];
// Write your code below
for (let i = vacationSpots = i < vacationSpots.length; i++) {
console.log(vacationSpots[i])
}
Thank You