Many times in JavaScript we have to reach deep into objects to access fields that could possibly not be there at all; for example let’s
Continue readingTag: OOP
JS classes for the masses.
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 readingA 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