let panier = ['fraise', 'banane', 'poire']; for (const fruit in panier) { console.log(panier[fruit]); }