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

88
Views
Javascript error - Iterate over array of itmes

I have an input in the below format. I need to go over the items and call a query by passing in each value at a time. I tried the below code using "Promise" object but I am not able to retrieve the items individually in the below list.

     [ { Codes: [ '123', '234' ] } ]

Code I tried:

const getByCodes = async ({ neo4j }, { items }) =>
  Promise.all(
    items.map(async ({ Codes }) => {
        return neo4j.run(CodesQuery.getCodesQuery({ items }))
}));

New to javascript, so any leads would be appreciated.

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!