De-Structuring
What is De-Structuring props and state?
Destructuring is a characterstic of javascript. it is used to take out section of data from an array or object,we can assign them to new own variable created by the developer.
In does not change an array or a...
megha17.hashnode.dev2 min read