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

128
Views
i want to set key as number in my key value pair set
    var i=0;
    var mainObj={};
    while(i<2){
        var obj={};
        obj.x ="data";
        obj.y= "data";
        mainObj.i=obj
        i=i+1;
    }
    console.log(JSON.stringify(mainObj));

output :- {"j":{"x":"data"."y":"data"}} {"j":{"x":"data"."y":"data"}}

Expected Output : {0:{"x":"data"."y":"data"},1:{"x":"data"."y":"data"}}

how to achieve this expected output i need the same output key should be number either in string format or number format

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Try mainObj[i] = obj instead of mainObj.i = obj to use a computed key.

about 4 years ago · Juan Pablo Isaza Report
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!