modify the function to return the longest string in the given array. code example Example: javascript find the longest string in array Math.max(...(x.map(el => el.length)));