JavaScript 学习路线
入门
- JavaScript 教程 - w3school
- JavaScript 秘密花园
高级
Dmitry Soshnikov 的 ECMA-262 及中文翻译
- ECMA-262 » JavaScript. The core.
- ECMA-262 » ECMA-262-3 in detail. Chapter 1. Execution Contexts.
- ECMA-262 » ECMA-262-3 in detail. Chapter 2. Variable object.
- ECMA-262 » ECMA-262-3 in detail. Chapter 3. This.
- ECMA-262 » ECMA-262-3 in detail. Chapter 4. Scope chain.
- ECMA-262 » ECMA-262-3 in detail. Chapter 5. Functions.
- ECMA-262 » ECMA-262-3 in detail. Chapter 6. Closures.
** goddyzhao • 闭包(Closures) - ECMA-262 » ECMA-262-3 in detail. Chapter 7.1. OOP: The general theory.
- ECMA-262 » ECMA-262-3 in detail. Chapter 7.2. OOP: ECMAScript implementation.
- ECMA-262 » ECMA-262-3 in detail. Chapter 8. Evaluation strategy.
- ECMA-262 » The quiz
编码规范
JavaScript 学习路线