Destructuring in ES6
Destructuring Objects
The destructuring assignment syntax is a JavaScript expression that makes it possible to unpack values from arrays, or properties from objects, into distinct variables. It is special syntax introduced in ES6, for neatly assignin...
developerabdullah.hashnode.dev4 min read