OOP
My earlier posts jumped right in with some somewhat advanced concepts of Object Oriented programming in JavaScript - specifically through the use of prototype. In this article I'm going to take a step back and explain prototype and how it fits into JavaScript OOP programming. This really just scratches the surface, but you need to start somewhere, right?