ENder1217

Results 4 comments of ENder1217

LZ有两个问题,麻烦解答一下![image](https://user-images.githubusercontent.com/19900674/33595091-8f858ddc-d9d1-11e7-945a-8226d71372b2.png) then方法就是负责执行resovle和reject 通过onResovle和onReject已经执行了, 为啥在在"resolve"状态下后面还执行一次resolve 在reject和pengding状态都没有执行 。 还有 ![image](https://user-images.githubusercontent.com/19900674/33595795-6ce269f0-d9d4-11e7-962f-3d1c4de6d875.png)只有resolve才有这个判断,reject没有

是不是应该在三种状态下执行try成功后,都应该执行resolve函数呢 以确保后面都链式操作继续执行 ![image](https://user-images.githubusercontent.com/19900674/33596519-ea0413fa-d9d6-11e7-8544-826646cbaff6.png) @xieranmaya

![image](https://user-images.githubusercontent.com/19900674/33648341-59aaf83c-da94-11e7-872f-cac1ff69e3b5.png) 还有这里, 我看标准里面没有明确的说要return,这里为啥要return,resolve的时候不return @xieranmaya

感谢LZ,就是resovlePromise里面的所有return都是不需要的,只是为了让读者了解到已经结束了对吧。现在基本都明白了。后面确实有一些不一致性导致了阅读都困扰。 @xieranmaya