Skip to content

yiteai/deep-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Deep JavaScript: ECMAScript Principles

Not a how-to guide — a why-it-works guide. From Brendan Eich's 10-day design decisions to V8 JIT deoptimization, covering all core ECMAScript mechanisms: type system, prototype chain, execution contexts, closures, event loop, Promise resolution algorithm, ESM module linking. Four-layer structure per chapter serves developers at every level. 35 chapters — the most in-depth ECMAScript internals guide in Chinese.

📖 Read the full book online (free): https://tools.yiteai.com/en/books/ecmascript

A deep-dive technical book by YiteAI. This repo is the companion index — every chapter links to the full text on the site.


Table of Contents


中文版

深入理解 JavaScript:ECMAScript 原理

不教你怎么写 JS,教你 JS 为什么这样运行。从 Brendan Eich 的10天设计决策到 V8 引擎 JIT 反优化,覆盖 ECMAScript 规范全部核心机制:类型系统、原型链、执行上下文、闭包、事件循环、Promise 解析算法、ESM 模块链接……每章四层结构,同时服务1-3年、3-5年和资深 JavaScript 开发者。35章,中文最深度的 ECMAScript 原理完全指南。

📖 在线免费阅读全文:https://tools.yiteai.com/books/ecmascript

目录


About YiteAI

YiteAI 是面向开发者的 AI 工具箱 + 技术书库 + AI Agent Skills 市场。更多免费技术书:https://tools.yiteai.com/books

⚖️ Content © YiteAI. This repo indexes the book; the full text is hosted on the site. Please link back rather than mirror.

About

Free technical book by YiteAI — read online at https://tools.yiteai.com/books

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors