Objects Shallow Copy vs Deep Copy 💥
May 19, 2022 · 7 min read · Introduction Objects are a bit weird when it comes to cloning them. Objects when cloned may create a shallow copy or a deep copy depending on how it was cloned. In this blog, we will see the problem that a shallow copy creates and how we overcome it ...
Join discussion