What is object destructuring in JavaScript?
This post was originally published on webinuse.com
Object destructuring means: extracting values, by key, from existing object.
Object destructuring was introduced in ES6. Prior to that, when we wanted to extract some values
from object it required a...
webinuse.hashnode.dev3 min read