JavaScript Coup Tous chaque élément du tableau

//trim each element in array
array.map(string => string.trim());
Web Surfer