Destructuring in JavaScript
What destructuring means
The destructuring syntax is a JavaScript syntax that makes it possible to unpack values from arrays, or properties from objects, into distinct variables.
Destructuring arrays
javascript-kartik.hashnode.dev2 min read