Destructuring in JavaScript :
Destructuring is a method in javascript which is used to extract the values from arrays and objects and store them in a variable .
it allow you unpack values from array or property from object into di
mahak810.hashnode.dev3 min read