A great read for JavaScript newcomers

Posted on | 67 words | ~1 min
Javascript

A superb article by Colin Eberhardt has just been published on the CodeProject, called ‘Understanding JavaScript Object Creation Patterns’.

This article should be on the reading list of anyone who’s new to JavaScript or not familiar with how objects and prototypes work. It takes you step by step through the basics all the way to protoypes and classes.

The article is at:

http://www.codeproject.com/Articles/687093/Understanding-JavaScript-Object-Creation-Patterns

I’d strongly recommend it!