var obj = {}; Object.defineProperty( obj, "key", { value: "hello", enumerable: false, configurable: true });