Destructuring in JavaScript - Cleaner Code Without Repetition
When working with JavaScript, one pattern we cans see everywhere - accessing data from arrays or objects.
Primarily it seems harmless, as we can grab values using indexes or dot notation, assign them
sanghitadev.hashnode.dev4 min read