I am often asked the question, “Is it possible to use object oriented principles with JavaScript.” The answer to that is “not completely, but you can simulate objects in JavaScript.” I am planning to write a series of articles on how to accomplish this through the use of constructor functions and prototype objects. As I do, I will add links to those articles here. Stay tuned…
JavaScript is an Object-Oriented Language
JavaScript Constructors
JavaScript Prototypes
JavaScript Instance Properties
JavaScript Instance Methods