Which is the output?const o={}; Object.defineProperty(o,"x",{value:"a",writable:true}); o.x="b"; console.log(o.x);