Deep Copy and Shallow Copy in JavaScript
Lets start understanding the Deep Copy and Shallow Copy. What do you mean by copy in programming language ? How does the memory gets allocated and behaves when you copy the data ?
It is just assigning the value of one variable to another variable ...
vasukihebbar.hashnode.dev2 min read