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

75
Vistas
Compare nested key names in JavaScript

I need to compare complex objects. i.e:

const obj1 = {
  data1: [{ nestedKeyLevel1: ['text1'] }],
  data2: [{ nestedKeyLevel1: [{ nestedKeyLevel2: ['text2'] }] }]
};

const obj2 = 
  {
    data1: [{ differentKeyName: ['text1'] }],
    data2: [{ nestedKeyLevel1: [{ nestedKeyLevel2: ['text2'] }] }]
  }
;

I need to compare the object and get a boolean value of either their key names (not values are equal.

Meaning in the example above, the result will be false as the key name in obj1.data1[0] is different than the key name in obj2.data1[0].

How can I do it?

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