Jean-Philippe
Member since Oct 4, 2011
- Profile: /members/9064-jean-philippe.htm
- Comments: 1
Recent Blog Comments By Jean-Philippe
-
Changing The Execution Context Of JavaScript Functions Using Call() And Apply()
Posted on Oct 4, 2011 at 12:09 PM
Very helpful, the part I do not quite understand is this one : // Now, let's set the test method as an actual property // of the object A. objectA.testContext = testContext; Why do this and what does happen. It seem to have no effect.... read more »