How JavaScript Prototype Really Works
In this next article on JavaScript Techniques, we’ll be looking into the illusive JavaScript prototype object and how it can be used to create inheritance.
In this next article on JavaScript Techniques, we’ll be looking into the illusive JavaScript prototype object and how it can be used to create inheritance.
In this new series on JavaScript development, we’ll be taking a deep look into the workings of JavaScript and how to implement object-oriented JavaScript and JavaScript classes, the infamous JavaScript prototype, and arrays and for loops.
I just completed a tutorial series for Gamedevtuts+ on basic Object Oriented Programming (OOP) principles and their uses in game and app development. You can find the entire series here, or you can find each individual article below. I hope you enjoy the series, please let me know what you think.