Destructuring in JS
You have an object. It has properties. You want those properties as standalone variables. Before destructuring, you wrote one line per property. With destructuring, you write one line total.
That's th
blog.saumyagrawal.in6 min read