Destructuring in JavaScript
When I first started writing JavaScript, I didn’t really question how I was pulling values out of objects or arrays. I’d just write user.name, user.age, user.city everywhere and move on. It worked, so
dnano.hashnode.dev3 min read