LaurineDaSilva / ornis

Bird identification application. Main project for CDA title
1 stars 0 forks source link

research: object destructuring #15

Closed LaurineDaSilva closed 6 months ago

LaurineDaSilva commented 1 year ago

Why is ESLint unhappy with const status = response.status; and happy with const { status } = response.status;.

Error message: error Use object destructuring prefer-destructuring