Array & Object Destructuring
Destructuring
The main goal of restructuring is to convert it into smaller objects.
How does this work
Place the element that you want to destructure on the right-hand side of ' equals to '
const [ myarray1, myarray2 ] = [1,2,34]
Based on the p...
jeevanhenrydsouza.hashnode.dev1 min read