this keyword in javascript
This page neatly explains about “this” keyword
http://www.quirksmode.org/js/this.html
From javascript object oriented programming concepts - http://www.sitepoint.com/oriented-programming-1-2 The this keyword inside a constructor function refers to the object that’s being created.
Quoting below example from SitePoint.com
Categories :
JavaScript