Destructuring in JavaScript
Introduction
In JavaScript, we sometimes need to pull specific values out of an array or object.
In the traditional way, this can feel a little repetitive.
For example:
const student = {
name: "Pras
prashsainidev.hashnode.dev3 min read