Destructuring in JavaScript
There is a specific kind of tedium in JavaScript that you get used to without realizing it. You have an object. You need three values from it. So you write this:
const user = { name: "Ishan", age: 22,
javascript-by-ishan.hashnode.dev8 min read