I am confused. I create a copy from myObjOne, than i delete an entry from myObjOne and JS delete the entry in my copy(myObjTwo) too? But w
myObjOne
myObjTwo
That is not how you clone, that is simply storing the same original object in an extra variable. Maybe this answer will help you