阮一峰

阮一峰老师的 JS 教程:

  1. github:https://github.com/wangdoc/javascript-tutorial
  2. 官方镜像:https://wangdoc.com/javascript/

阮一峰老师的 ES6 教程:

  1. PDF:ES6标准入门 第3版 by 阮一峰.pdf
  2. github:https://github.com/wangdoc/es6-tutorial
  3. 官方镜像:https://wangdoc.com/es6/

image.png

JS 小红书《JavaScript 高级程序设计》(第4版)

  1. PDF:JavaScript高级程序设计(第4版).pdf
  2. 示例代码:[图灵社区]JavaScript高级程序设计(第4版)-示例代码.zip

image.png

JS 犀牛书《JavaScript 权威指南》(第7版)

  1. 英文版:Javascript-The-Definitive-Guide.pdf
    1. from:https://github.com/camoverride/lit/tree/master
  2. 中文版(排版不友好):JavaScript权威指南(原书第7版).pdf
  3. 在线阅读(中英对照):
    1. https://js.okten.cn/
    2. https://github.com/ten-ltw/JavaScript-The-Definitive-Guide-7th-zh/tree/master

image.png