"use strict"; var obj={}; Object.defineProperty(obj, "prop", { value: 42, enumerable: true }); obj.prop=43;