find string with the greatest length in javascript array code example Example: javascript find the longest string in array Math.max(...(x.map(el => el.length)));