This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
You-Dont-Know-JS
Watch
1
Star
0
Fork
0
You've already forked You-Dont-Know-JS
mirror of
https://github.com/getify/You-Dont-Know-JS.git
synced
2025-04-09 00:00:36 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
You-Dont-Know-JS
/
sync-async
History
Kyle Simpson
7686a6f99d
renaming two of the books
2019-10-23 11:45:54 -05:00
..
apA.md
renaming two of the books
2019-10-23 11:45:54 -05:00
apB.md
renaming two of the books
2019-10-23 11:45:54 -05:00
ch1.md
renaming two of the books
2019-10-23 11:45:54 -05:00
ch2.md
renaming two of the books
2019-10-23 11:45:54 -05:00
ch3.md
renaming two of the books
2019-10-23 11:45:54 -05:00
ch4.md
renaming two of the books
2019-10-23 11:45:54 -05:00
ch5.md
renaming two of the books
2019-10-23 11:45:54 -05:00
ch6.md
renaming two of the books
2019-10-23 11:45:54 -05:00
foreword.md
renaming two of the books
2019-10-23 11:45:54 -05:00
README.md
renaming two of the books
2019-10-23 11:45:54 -05:00
toc.md
renaming two of the books
2019-10-23 11:45:54 -05:00
README.md
You Don't Know JS Yet: Async & Performance - 2nd Edition
NOTE:
Work in progress
Table of Contents
Foreword
(by TBA)
Preface
Chapter 1: Asynchrony: Now & Later
Chapter 2: Callbacks
Chapter 3: Promises
Chapter 4: Generators
Chapter 5: Program Performance
Chapter 6: Benchmarking & Tuning
Appendix A: Library: asynquence
Appendix B: Advanced Async Patterns