unique array element from array object code example Example: javascript get unique values from key const unique = [...new Set(array.map(item => item.age))];