JavaScript的语法要点 3 - Calling Context

上一篇讲了JavaScript的Scope Chain - 每一个函数都有一个scope chain与之关联,scope chain上有第一个对象维护着本地变量作为其属性。另外我们在JavaScript函数中经常看到this,那么this是不是scope chain上的第一个对象呢?答案是否。Scope chain是scope chain,this则与calling context相关,两者没有什么关系。

JavaScript的语法要点 3 - Calling Context

上一篇:Arduino vs BeagleBone vs Raspberry Pi三大主流开源硬件对比


下一篇:【jquery】之touchstart和mousedown