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

138
Views
Prefer destructuring warning in conditional assignment

I am running this code:

const list = [1, 2, 3];
const flag1 = false;
const flag2 = true;

let selection = list[0]; // optimistic

if (flag1) {
  selection = list[1];
} else if (flag2) {
  selection = list[2];
}

and my ESLint is throwing this warning:

Use array destructuring. eslint(prefer-destructuring)

How can I solve this warning in a conditional assignment?

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!