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

173
Views
code of with only lists just has too many mini errors

so the code is not complete it is just a list but the error tells me to add ";" at the end of the sentence but that isn't all of it so I'm just gonna upload the original without any edits and pls just let me why there are so many errors. (don't know if I added the code correctly here)

let lists = [
{ 
    id: 1, 
    name: "giorgi", 
    company: [
        {
            id: 1,
            address: "kutaisi"
        },
        {
            id: 2,
            address: "wyaltubo"
        }
    ]
},
{
    id: 2,
    name: "giorgi",
    company: [
        {
            id: 1,
            address: "batumi"
        },
        {
            id: 2,
            address: "ureki"
        }
    ]
},
{
    id: 3,
    name: "giorgi",
    company: [
        {
            id: 1,
            address: "tbilisi"
        },
        {
            id: 2,
            address: "zugdidi"
        }
    ]
about 4 years ago · Juan Pablo Isaza
3 answers
Answer question

0

i think you missed }] at the end of the code (not sure if thats your problem) try out this

let lists = [
    { 
        id: 1, 
        name: "giorgi", 
        company: [
            {
                id: 1,
                address: "kutaisi"
            },
            {
                id: 2,
                address: "wyaltubo"
            }
        ]
    },
    {
        id: 2,
        name: "giorgi",
        company: [
            {
                id: 1,
                address: "batumi"
            },
            {
                id: 2,
                address: "ureki"
            }
        ]
    },
    {
        id: 3,
        name: "giorgi",
        company: [
            {
                id: 1,
                address: "tbilisi"
            },
            {
                id: 2,
                address: "zugdidi"
            }
        ]}]

about 4 years ago · Juan Pablo Isaza Report

0

Your object is incomplete, you missed some Brackets, Try this code

let lists = [
{ 
    id: 1, 
    name: "giorgi", 
    company: [
        {
            id: 1,
            address: "kutaisi"
        },
        {
            id: 2,
            address: "wyaltubo"
        }
    ]
},
{
    id: 2,
    name: "giorgi",
    company: [
        {
            id: 1,
            address: "batumi"
        },
        {
            id: 2,
            address: "ureki"
        }
    ]
},
{
    id: 3,
    name: "giorgi",
    company: [
        {
            id: 1,
            address: "tbilisi"
        },
        {
            id: 2,
            address: "zugdidi"
        }
    ]
}

]

about 4 years ago · Juan Pablo Isaza Report

0

If that is the hall code you are missing } ] at the end. try it out and let us know.

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!