尾调用/递归
https://fe.ele.me/javascript-zhong-de-wei-diao-yong/
侵入式
粘性正则表达式
打破同源策略
http://www.ruanyifeng.com/blog/2016/04/same-origin-policy.html
- document.domain
- 片段识别符(fragment identifier)hash值
window.name
- 跨文档通信API(Cross-document messaging)
- window.postMessage
- LocalStorage
- AJAX
- JSONP
- WebSocket
- CORS
节流与防抖
继承
原型链
作用域
闭包
高阶函数
严格模式
Event Loop
stack, timer, task queue