Réponse
map
Colonne
Explication
Ex : const fruits_li= fruits.map(fruit => `<li>${fruit}</li>`);
Question
Quelle méthode pour créer un tableau a partir des éléments a partir d'un autre tableau ?
Thématique






