Destructuring in JavaScript
So there's this thing in JavaScript that I kept seeing in other people's code and just copying without fully understanding it. Lines like const { name, age } = user or const [first, second] = items. L
hustlecoderankur.hashnode.dev6 min read