functionName.call() takes an object instance as it's its first parameter. It then runs functionName within the context of that object instance (ie "this" is the specified instance)
|
2 | Added link to call() documentation. | ||
|
|
||||
|
1 |
|
||
|
functionName.call() takes an object instance as it's first parameter. It then runs functionName within the context of that object instance (ie "this" is the specified instance) |
||||
