If deepClone isn't used when copying properties between objects, you may be left with dangling references between the source and target of property copying operations.
Object to clone
Duplicate copy of obj without any references back to the original one
obj
If deepClone isn't used when copying properties between objects, you may be left with dangling references between the source and target of property copying operations.