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

92
Views
Compare Objects in Array

i have this array and I want to compare every object parentid with another object id in same array

var array = [
    { id: 1, parentid: 2 },
    { id: 2, parentid: 2 },
    { id: 3, parentid: 2 },
    { id: 4, parentid: 5 },
];
let isparent = array.every(function (val, i, arr) {
    return val.id === array[0].parentid;
});

console.log(isparent);

this codes doesn't work for me !

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!