Skip to content
Advertisement

How to add getter to an existing object

I can have a getter in a JavaScript object like this:

JavaScript

I can even add more properties on the fly, like this:

JavaScript

But, is there any way we can add getters to an existing object? Something like this:

JavaScript

Advertisement

Answer

try defineProperty

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement