JavaScript 知识树
Opened this issue · 2 comments
lxfriday commented
JavaScript 知识树
lxfriday commented
重点概念
原生层
- JS 作用域和作用域链 #63
- JS 执行上下文 #62
- 闭包 #3
- 变量提升 #17
- ES6 中块级函数的提升问题 #70
- this #66
- 原型链 #72
- 继承 #73
- 对象 #74
- new、super
- GC #61
- Promise #7
- call、apply、bind #67
- XMLHttpRequest #34 #6
- generator,async/await #69 redux-saga 是如何操作的
- getter、setter
- Proxy
- Reflect
- Symbol
- 深拷贝和浅拷贝 #90
- JSON 对象
- Console 对象
- 什么是协程 #75
?
- javascript 中的设计模式 #20
浏览器
- MutationObserver、IntersectionObserver、ResizeObserver、PerformanceObserver #60
DOM
react
lxfriday commented