The Complete Beginner’s Guide to ‘this’ in Javascript
In order to comprehend the meaning of the keyword ‘this’ in javascript, you must first understand the meaning of the word context in the actual world. As you may know, the word context refers to the underlying concepts and facts which are required to comprehend an idea or statement. For example, if you take a look […]
Why Javascript Prototypes are More Painful than Stepping on a Lego
The javascript prototypes are one of the most important concepts of Javascript since it is the mechanism by which Javascript objects inherit features from one another. Additionally, inheritance is a common concept in the most modern programming languages, and many times people, even more, experienced programmers, are having difficult...