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






