Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

323
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!