Will Vaughn
Member since Jul 28, 2011
- Profile: /members/8697-will-vaughn.htm
- URL: http://www.twitter.com/#!/endovanera
- Comments: 1
Recent Blog Comments By Will Vaughn
-
Understanding The Complex And Circular Relationships Between Objects In JavaScript
Posted on Jul 28, 2011 at 12:51 PM
Thanks! This was a good reminder of how much I'm taking for granted everytime I write javascript. Good to slow down and really examine what's happening on the language level. For instance I often do stuff like this: var bar = function() { var obj = { hello: 'Hello World' // mo... read more »