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

348
Views
crbug/1173575, non-JS module files deprecated. in javascript and extension live server

I was just writing some JS code from a course in vs code and ran into this problem suddenly after trying to console.log()

const manav = [
    'Manav',
    'Aggarwal',
    2037 - 2005,
    'None',
    ['Yash', 'Uday', 'Nikhil'],
    true
];

// 0, 1, ..... 4
// 4, 3, ..... 0

for(let i = manav.length - 1; i >= 0; i--){
    console.log(i, manav[i]);
}

for(let exercise = 1; exercise < 4; exercise++){
    console.log(`------------ Starting exercise ${exercise}`);

    for (let rep = 1; rep < 6; rep++){
        console.log(`Lifting weight repetition ${rep} ๐Ÿ‹๏ธ`);
    }
}
}

error message

I think the problelm is in nested for loop or live server extension

This is what i was expecting

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!