Yami Odymel https://invade.tw/ says to YSITD
var x = {value: 2}; var y = x; x.value = 3; console.log(y.value) // 3