-
Tzu-Hao Kuo thinks this is interesting:
The this
parameter is very important in object oriented
programming, and its value is determined by the invocation
pattern. There are four patterns of invocation in JavaScript: the
method invocation pattern, the function invocation pattern, the constructor
invocation pattern, and the apply invocation pattern.
Minimise