#### 作用域与闭包 * [作用域是什么](https://github.com/HecateDK/LearningNotes/issues/8) * [词法作用域/函数作用域/块级作用域](https://github.com/HecateDK/LearningNotes/issues/9) * [作用域闭包](https://github.com/HecateDK/LearningNotes/issues/10) <br> #### this和对象原型 * [this详解](https://github.com/HecateDK/LearningNotes/issues/11) * [对象](https://github.com/HecateDK/LearningNotes/blob/master/dnjs/object.md) * [混合对象“类”](https://github.com/HecateDK/LearningNotes/blob/master/dnjs/class.md) * [原型](https://github.com/HecateDK/LearningNotes/blob/master/dnjs/prototype.md) * [行为委托](https://github.com/HecateDK/LearningNotes/blob/master/dnjs/prototype.md)
Activity