Community Member Profile
Michael Geary
Member since Oct 13, 2009
- Profile: /members/4524-Michael-Geary.htm
- URL: http://mg.to/
- Comments: 1
- Points: 9
Recent Blog Comments By Michael Geary
-
THIS, Function Context, And Object Literals In Javascript
Posted on Oct 13, 2009 at 4:21 PM
Right, 'this' is determined at the time a function is called . It has no relation to how the object is created or what type of object it is. When you call any function using foo.bar() notation, 'this' is the foo object. It also works the same way when you call the function wit... read more »



