Destructuring in JS - Explain In Simplest Language
Destructuring assignment -
it allow to unpack values from - [array] & property from {object},
it simply a shortcut way of accessing or printing values from array and property from object,
1) Array[] D
destructuring-in-js.hashnode.dev3 min read