### JS Basics

1. Prototype Chain — Review (100%) github.com/mqyqingfeng…

2. Inheritance — Review (100%) github.com/mqyqingfeng…

3. Scope — Review (80%) github.com/mqyqingfeng…

4. Closures — Review (80%) github.com/mqyqingfeng…

5. Improvement of variables — Review (80%) github.com/mqyqingfeng…

6. This points to — review (80%) github.com/mqyqingfeng…

7. The immediate execution function – review (80%) segmentfault.com/a/119000000…

8. Instanceof — Review (100%) juejin.cn/post/684490…

9. Bind implementation principle — Review (100%) github.com/mqyqingfeng…

10. The apply and call principle – review (100%) segmentfault.com/a/119000001…

11. Corrification — Review (50%) github.com/mqyqingfeng…

12. Understand the V8 engine garbage collection – review (100%) juejin.cn/post/684490…

13. In-depth review of floating point accuracy (100%) github.com/mqyqingfeng…

14. In-depth new simulation implementation review (100%) github.com/mqyqingfeng…

15. Explanation in JavaScript Event Loop zhuanlan.zhihu.com/p/33058983 (1000%)

16. Promise principle (70%) mechanism juejin.cn/post/684490…

17. Deep into the Generator principle (10%, ps this article for generators and iterators are highly understand) www.alloyteam.com/2016/02/gen…

# # # optimization

1. Learn the front-end performance optimization () alienzhou.com/projects/fe…

2. White cloud.tencent.com/developer/a…

3. The process of entering the address from the browser to this page display