Node.js 4.0 互动版

在线工具推荐: Three.js AI纹理开发包 - YOLO合成数据生成器 - GLTF/GLB在线编辑 - 3D模型格式在线转换 - 可编程3D场景编辑器

Promise.prototype.then()与catch()示意图

因为Promise.prototype.thenPromise.prototype.catch方法返回 promises, 所以它们可以被链式调用—一种被称为 composition 的操作.