Object Oriented Programming with JavaScript
For all those that use Object Oriented Programming know the benefits. The ability to write reusable code is a real time saver in the long run. This post will cover how to write the basic structure of Object Oriented Programming in JavaScript.

