Skip to content Skip to sidebar Skip to footer
Showing posts with the label Prototype Programming

Javascript: Is It Possible To Inject New Functions Into A Base 'class/object' That Will Be Available In All Sub-'classes/objects'?

I am trying to add a new property to a class in an existing JavaScript framework (Wireit). The base… Read more Javascript: Is It Possible To Inject New Functions Into A Base 'class/object' That Will Be Available In All Sub-'classes/objects'?

What Are Pitfalls Of Extending Object.prototype?

I want to extend Object.prototype, to basically support notifications in JSON data and html element… Read more What Are Pitfalls Of Extending Object.prototype?

Javascript Prototype

I AM trying to understand js prototype property: my sample code function Container(param) { thi… Read more Javascript Prototype