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

82
Vistas
Consecutive destructure statement issue

I want to remove the user_id field from 2 different objects but get a compile error. what is the correct way ?

const  { user_id, ...userLessId } = user


const { user_id, ...zombieLessId } = existingZombieUser
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

You have to assign these variables to different names, otherwise your user_id will be defined twice, which cause an SyntaxError.

const  { user_id: user_id1, ...userLessId } = user

const { user_id: user_id2, ...zombieLessId } = existingZombieUser

You have to avoid the SyntaxError, so you can also reassign just one variable:

const { user_id, ...userLessId } = user;
const { user_id: zombieUserId, ...zombieLessId } = existingZombieUser;
about 4 years ago · Juan Pablo Isaza Denunciar
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