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

324
Vistas
pushing into an array inside an object using function it's returning Number instead of the value of pushed array

I tried to push into an array I just created within an object using function but it keeps returning numbers instead of the value pushed.

  const recordCollection ={
    5439: {
      albumTitle: 'ABBA Gold'
    }
  }
  function updateRecords(records, id, value){
    records[id].track = [];
    return  records[id].track.push(value)
  }
  console.log(updateRecords(recordCollection, 5439,'ABBA'));

according to my code, my result is supposed to be 'ABBA' but it keeps returning the size of the array instead

image of what i got

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