Understanding JavaScript Prototypal Inheritance - Part I

Written by Peter McKee

Introduction

JavaScript is no ordinary programming language. It's been called many things, but once you understand the underlying properties and features such as Prototypal Inheritance you will be able to write cleaner, easier to read, and more maintainable code. This is going to be a multipart post, so please check back often.

Coming Soon!