Understanding Prototypal Inheritance in JavaScript

Explaining prototypal inheritance in JavaScript to the last detail… Read more

Similar

JavaScript Variables: var and let and const

There are three ways to create variables in a JavaScript application: using var, using let, or using const. This will not be a post trying to convince you which one you should use, or arguing about what is best. It’s just good to know about the difference... (more…)

Read more »