Destructuring in JS
What destructuring means
In JavaScript, destructuring is a special syntax that allows you to "unpack" values from arrays or properties from objects and assign them directly to separate variables.
Inst
javascript-journey-by-navdeep.hashnode.dev8 min read