Why is this configurable property not deletable?

前端 未结 0 1559
旧巷少年郎
旧巷少年郎 2020-12-18 02:29

Configurable properties seem to be deletable:

var o = {};
Object.defineProperty(o, \'prop\', {
    configurable: true,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题