4

const json = {key: 0}
json.key=1
console.log(json);

>>> {key: 1}

I just wasted ages debugging that

Comments
Add Comment