Understanding Deep and Shallow Copy in Javascript
Shallow copy
Shallow copy is a bit-wise copy of an object. A new object is created that has an exact copy of the values in the original object. If any of the fields of the object are references to other objects, just the reference addresses are copie...
blogs.manjuladube.com3 min read