Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

160
Vistas
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 la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda