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

243
Vistas
how can i find an object from an array [ i want to find findIt object from cartItem ]
const findIt = {
    productId: "htm-45",
    attribute: [
        {name:"size",index:2},
        {color:"red",index:2}
    ]
}

const cartItem = [
    {
        productId: "htm-45-34",
        atrributeId:"_672349e",
        attribute: [
            {name:"size",index:1}
        ]
    },
    {
        productId: "htm-45",
        attribute: [
            {name:"size",index:2},
            {name:"size",index:3},
        ]
    },
    {
        productId: "htm-45",
        attribute: [
            {name:"size",index:2},
            {color:"red",index:2}
        ]
    }
    
]
about 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

const idToSearch="htm-45"
const findIt = cartItem.find((item)=>item.productId===idToSearch)

Go through MDN docs

about 4 years ago · Santiago Trujillo 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