Some pointers about Destructuring arrays and objects in Javascript.
Destructuring Arrays
In the case of an array, the key for each element is fixed: that is the index; so we can write any variable name in destructuring the array to hold its value. The first value in the destructured array will correspond to the first...
swapnilbawane.hashnode.dev4 min read