Destructuring in JavaScript
What does destructuring mean?
Destructuring in JavaScript is a syntax used to unpack values from arrays or properties from objects into distinct variables and assign them.
Think of it as a "shortcut"
js-destructure.hashnode.dev3 min read