JavaScript transportieren jedes Element im Array

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