November 2010
3 posts
1 tag
3 tags
JavaScript Prototype "Class" Manager
I thought I’d share an amazing little snippet of code I picked up months ago, and that I haven’t been able to find anywhere else since. My latest Workflow project I’ve been blogging about forced me to finally teach myself OO JavaScript. It’s been stressful, but rewarding.
Creating object oriented code was pretty cool, but storing each object in an array (and subsequently...
6 tags