Fish Wang says to YSITD
obj.a = 123 Object.keys(obj) // a obj.a = undefined Object.keys(obj) // a delete obj.a Object.keys(obj) //