JavaScript Object Creation: Learning to Live Without “new”

I wrote yet another article on object creation in JavaScript. This time, for Adobe! I’m really glad to see that they are reaching out to publish articles like this. I hope to see a lot more on similar subjects. And I hope that means that they may have additional tooling and products in the works that will support high end web development.

Here’s the article link:

http://www.adobe.com/devnet/html5/articles/javascript-object-creation.html

It touches on many of the same principles of my last couple of JS object posts here, but supplies some non-trivial, real world code to demonstrate the principles.

This entry was posted in JavaScript. Bookmark the permalink.

One Response to JavaScript Object Creation: Learning to Live Without “new”

  1. Sam says:

    I’ve been reading around Object.create for a while now and this is first article that’s made this approach “click” for me. Thanks Keith!

Leave a Reply