How to Use OOP in JavaScript

If you are familiar with OOP concepts look for the header with practical examples below.
If not please continue reading. 😊
My first introduction to programming was with the programming langauge Java, and one of the concepts of programming with Java … Read more

Similar

A little JavaScript problem

In fact, this isn't about JavaScript, but that's the context I've discussed it in. I encourage you to think about it in more programming languages. (are there languages in which this can't be done?)... (more…)

Read more »

JavaScript Eventing Deep Dive

JavaScript event handling is often straightforward. This is especially true when dealing with a simple (relatively flat) HTML structure. Things get a bit more involved though when events are traveling (or propagating) through a hierarchy of elements. This... (more…)

Read more »