top | item 2114144

The this keyword (javascript)

5 points| zeynel1 | 15 years ago |quirksmode.org | reply

2 comments

order
[+] raganwald|15 years ago|reply
All very true. A great follow-up would be an article discussing binding functions using Function.prototype.call or Function.prototype.apply.
[+] calebmpeterson|15 years ago|reply
JS novice question: is it really a copy in the sense of a deep copy or is it a reference to the function that is bound to the object?