CntChen / cntchen.github.io

CntChen Blog
https://github.com/CntChen/cntchen.github.io/issues
732 stars 64 forks source link

Burn Again #13

Open CntChen opened 6 years ago

CntChen commented 6 years ago

Burn Again

prepare for the future

元素居中 done

flex done

vue 原理

ES6

原型链 done

<<高程>>第六章

浏览器渲染

repaint和reflow

性能优化 done

感知性能优化 https://share.weiyun.com/abf5d2140238dc8556ab5ff958b50795

dom 操作 API done

querySelectorAll

Strict Mode

Javascript 严格模式详解

Javascript 执行机制

这一次,彻底弄懂 JavaScript 执行机制 The Node.js Event Loop, Timers, and process.nextTick()

排序 done

八大排序算法 http://blog.csdn.net/hguisu/article/details/7776068

函数防抖(debounce)和截流(throttle)

https://mp.weixin.qq.com/s/Vkshf-nEDwo2ODUJhxgzVA

二叉树前序/中序/后序遍历

https://www.jianshu.com/p/456af5480cee

图的层次/深度优先/广度优先遍历

https://juejin.im/post/5a32688b5188254dd9366d6a

设计模式

闭包

Javascript strict mode

References

EOF