let a = { x: 1 } a.y = a = { xx: 1 } console.log(a)
Why doesn\'t the a have the property y, can anyone explain the inner
a
y