In my research, I've found there are four approaches to Object-Oriented Programming in JavaScript. Which methods should I use? Which one is "the best" way? Here I'll present my findings along with information that may help you decide which is right for yo... (more…)
Read more »
The other day when i was writing an article for the Rest Operator one friend told me than one of my examples can be simplify by a function… (more…)
Read more »
Types are bound to improve your JavaScript, if you’re willing to spend some time looking at their advantages.
Read more »
Imagine scope as a semitransparent bag with names of variables and functions. While in the bag you can see what is outside but nobody can look into your bag. (more…)
Read more »