From dbef73b7a16df4ad5f9473e3eaf66e52d4c35f71 Mon Sep 17 00:00:00 2001 From: Tim Caswell Date: Tue, 9 Nov 2010 10:01:19 -0800 Subject: [PATCH] Update the headers. --- articles/object-graphs-3.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/object-graphs-3.markdown b/articles/object-graphs-3.markdown index 62293ed..6e79a94 100644 --- a/articles/object-graphs-3.markdown +++ b/articles/object-graphs-3.markdown @@ -1,7 +1,7 @@ Title: Learning Javascript with Object Graphs (Part III) Author: Tim Caswell -Date: Sat Oct 16 2010 07:40:03 GMT-0700 (PDT) -Node: v0.2.3 +Date: Tue Nov 09 2010 10:00:57 GMT-0800 (PST) +Node: v0.2.4 Part I of this series explained basic object graphs and visually described references, closures, and basic inheritance in JavaScript. Part II compared different styles for doing object-oriented programming in JavaScript. Now in Part III we'll get creative and look as Ruby's object model and compare it to how JavaScript works. Also I'll show how to implement some Ruby style classes. JavaScript is a very flexible language and can support about any object model you want with enough understanding and creativity.