3 Dec
2010

Basic JavaScript Part 3 : Prototypes

Category:UncategorizedTag: :

In previous blog posts, I talked about the rich capabilities of functions and objects in JavaScript. For this post I want to briefly touch on the concept of prototypes. Having a decent understanding of prototypes in JavaScript is highly recommended as they are a very important part of the language. I have to admit that […]

Read More