async-translation a translation paper for the async part of You don't know JS:async & performance 本篇翻译了You don't know JS:async & performance中的异步部分,原文地址:https://github.com/getify/You-Dont-Know-JS/tree/master/async%20%26%20performance。包括回调、Promise、生成器等。 觉得讲得挺不错的,与大家共享。 第一章:异步:现在 & 以后 第二章:回调 第三章:Promises 第四章:生成器