Skip to content

Latest commit

 

History

History

YouDontKnowJS

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

《你不知道的JavaScript》笔记📒

Part I 作用域和闭包

JS基于词法作用域规则

Part II this和原型

this运行时绑定,绑定的对象看函数调用的位置(看函数调用栈)。

this绑定规则