Last Updated: February 25, 2016
·
489
· aaboyd

Figuring out JavaScript Objects

Spent a little bit of time trying to write some "decent" JavaScript. Took me a while to come up with what I thought would work well.

Looking for any comments and advice.

JavaScript is a bit tricky for someone coming from a Java / Objective-C background.

Hope it helps someone in the future.

<a href="http://aaboyd.github.io/2013/10/oop-javascript-first-try/">Object-Oriented Javascript … A First Attempt</a>