Function Definition, This and Bind in JavaScript
2013-12-18
阅读 4 分钟
3.6kI thought I know the Function definition, execution context and the behavior of this in JavaScript. However, I realized that actually I don't or the knowlege is still not firmly grounded in my mind when I wrote some code similar to below snippet but have no instinct of the error.