const cars = ["mazda", "BMW", "Volkswagen", "Audi"] for (let i = 0; i < cars.length; i++) { text += cars[i]; }