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