Following on an older post of mine, I decided to write a new article about an(other) implementation of OOP Classes in JavaScript. This is something
Continue readingTag: inheritance chains
A simple(r) approach for class-based OOP in JavaScript.
Like others before me, I found JavaScript’s prototype-based OOP support – while very powerful – quite cumbersome in some situations where I needed a certain
Continue reading