javascript inheritance
The Fine Art of Web Development by Martin Ivanov
Following my yesterday’s post about JavaScript inheritance without constructors, here’s another small class that exposes an easy to use API for inheritance and class augmentation. Below is the source code of the class, and the use cases are included in the distribution. [sourcecode language=”javascript”] (function() { "use strict"; /* * @namespace AcidJs … Continue reading “JavaScript Class Augmenter”
Categories and Tags
Links
© 2006 - 2023 Martin Ivanov