Demolishing Data Structures: Exploring the Art of Destructuring Arrays and Objects
what is Destructing, why do we need it, and the need for Destructing?
Destructing is used to assign the element of an array or the properties of an object to the individual separate variable.
const tittle=["bhuyan", "Kumar", "dash"]
if we want to as...
abhilovecode.hashnode.dev2 min read