Object Oriented JavaScript

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

One Response

  1. I must absolutely recommend Crockford’s arcticle on inheritance.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.