Object.defineProperties( screen, { height: { value: 1000, // height value writable: true }, width: { value: 200, // width value writable: true } } );