Skip to content Skip to sidebar Skip to footer
Showing posts with the label Defineproperty

Using Object.DefineProperty And Accessing A Variable In Private Scope

The following doesn't work, from my getter, I can't see _nickname defined in the 'class… Read more Using Object.DefineProperty And Accessing A Variable In Private Scope

Object.defineProperty Or .prototype?

I've seen two different techniques of implementing non-native features in javascript, First is:… Read more Object.defineProperty Or .prototype?