Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update the headers.
  • Loading branch information
creationix committed Nov 9, 2010
1 parent 68a79fd commit dbef73b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/object-graphs-3.markdown
@@ -1,7 +1,7 @@
Title: Learning Javascript with Object Graphs (Part III) Title: Learning Javascript with Object Graphs (Part III)
Author: Tim Caswell Author: Tim Caswell
Date: Sat Oct 16 2010 07:40:03 GMT-0700 (PDT) Date: Tue Nov 09 2010 10:00:57 GMT-0800 (PST)
Node: v0.2.3 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. 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.


Expand Down

0 comments on commit dbef73b

Please sign in to comment.