Stop Repeating Yourself: A Simple Guide to JavaScript Destructuring
If you’ve been writing JavaScript for a while, you’ve probably found yourself writing code that looks a little like this:
data.user.name data.user.age data.user.location
Typing the exact same object n
web-devlopment-journey-tushar.hashnode.dev4 min read