Understanding destructuring in JavaScript
Destructuring assignment in JavaScript is a convenient way to extract values from objects and arrays and then set them into new variables.
But, what's so interesting about it?
Well my friend, it allows us to access properties from nested objects, ext...
yuricodesbot.hashnode.dev7 min read