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...
1 follower
Having curosity to learn any concept from the root node level.