Scott M.
Member since Nov 22, 2011
- Profile: /members/9285-scott-m.htm
- URL: http://TechTrainSolutions.com
- Comments: 1
Recent Blog Comments By Scott M.
-
Changing The Execution Context Of JavaScript Functions Using Call() And Apply()
Posted on Nov 22, 2011 at 7:43 PM
Your first two code examples don't actually include the 'this' keyword, although your explanations indicate that they do: ========================================== sarah.sayHello(); ... the "this" keyword within the sayHello() method is a reference to the sarah object. Similarly, in t... read more »