Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

161
Visualizações
How to retrieve all duplicates that have the same email in an object array in javascript?

I am looking for a simple function in js (if possible in Es6 version) to retrieve all the duplicates of an array of objects on the value of email only for example:

    const array = [
  {id: 1, email: 'test1@exemple.fr', nom: 'nom'},
  {id: 2, email: 'test2@exemple.fr', nom: 'nom'},
  {id: 3, email: 'test3@exemple.fr', nom: 'nom'},
  {id: 4, email: 'test@exemple.fr', nom: 'nom'},
  {id: 5, email: 'test4@exemple.fr', nom: 'nom'},
  {id: 6, email: 'test5@exemple.fr', nom: 'nom'},
  {id: 7, email: 'test6@exemple.fr', nom: 'nom'},
  {id: 8, email: 'test@exemple.fr', nom: 'nom'},
  {id: 9, email: 'test@exemple.fr', nom: 'nom'},
  {id: 10, email: 'test@exemple.fr', nom: 'nom'},
  {id: 11, email: 'test2@exemple.fr', nom: 'nom'},
  {id: 12, email: 'test2@exemple.fr', nom: 'nom'},
]

And the result I want to get is this:

return = [
  {id: 8, email: 'test@exemple.fr', nom: 'nom'},
  {id: 9, email: 'test@exemple.fr', nom: 'nom'},
  {id: 10, email: 'test@exemple.fr', nom: 'nom'},
  { id: 11, email: 'test2@exemple.fr', nom: 'nom'},
  {id: 12, email: 'test2@exemple.fr', nom: 'nom'}
]

Thank you for your help :)

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda