Objects Shallow Copy vs Deep Copy 💥
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 ...
prakashsakari.hashnode.dev7 min read