duplicateIds = arr .map(e => e['id']) .map((e, i, final) => final.indexOf(e) !== i && i) .filter(obj=> arr[obj]) .map(e => arr[e]["id"])