Destructuring in JavaScript
In JavaScript, we often work with arrays and objects. To use their values, we usually write repetitive code to access each value one by one.
To make this easier, JavaScript introduced a feature called
javascript-nodejs.hashnode.dev3 min read