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

1.3K
Views
Hey! I am A Json Response With Multiple Arrays How I Map it [ i am new with maps]

json response

{"imgs":["respons1","respons1","respons1","respons1","respons1"],"titles":["respos2","respos3","respos4","respos5","respos6","respos7"],"links":["link1","link2","link1","link2","link1","link2","link1","link2"]}

How i Map it

const html = data.map(user =>{
        return `
                <div class="card" style="width:400px">
                    <div class="card-body">
                      <h4 class="card-title">${user.titles}</h4>
                      <a href="${user.links}" class="btn btn-primary">See Profile</a>
                    </div>
                </div>`;
    }).join('');
    document.querySelector("#row").insertAdjacentHTML("afterbegin", html);

Please help , i want to map this json code but i am not able to make it render , i will be really gald if you help 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!