var arr = ['cats', 'giants', 'daughters', 'ice']; var min = Math.min(...arr.map(({ length }) => length)); console.log(min);