List Question
20 TechQA 2024-03-05T19:49:10.173000Is it possible to hook a non-configurable property like window.location.hostname, in JavaScript?
39 views
Asked by Gérard Hazebrouck
Title: JavaScript this behavior inside an arrow function used in Object.defineProperty
29 views
Asked by Kübra Aksu
Unable to assign to the value of `this` for a string prototype definition
32 views
Asked by Gary
Where does a local variable get stored, and how can I define a getter/setter for one?
82 views
Asked by Magnogen
Object property is unsetting itself
76 views
Asked by Bryton Beesley
Can TypeScript extend an instance's type after calling the instance's method?
545 views
Asked by Avishay Matayev
Why does Object.defineProperty make a property invisible when logged?
60 views
Asked by TheCat
What is the scope of variables when using defineProperty on Javascript class prototypes?
38 views
Asked by Paljas
Stop future object properties from being edited
43 views
Asked by some dumb guy
JavaScript: How to add a not enumerable method (not a property) in Object.defineProperty
551 views
Asked by Wolfgang Amadeus
How to import prototype getter from custom library using Object.defineProperty()
113 views
Asked by CoderBang
Adding Runtime Property in Object doesn't show in "this" context
38 views
Asked by Parag Diwan
Property is missing in type but required in type when using Object.defineProperty
113 views
Asked by Jacob Guirguis
How to use Object.defineProperty for getters in Typescript?
1.7k views
Asked by Sayantan Ghosh
this keyword when extending external js objects properties in ts
153 views
Asked by DoktorD