promise总结
整理一些 promise 常考的代码执行题
处理器函数 executor 中有 null
如果 promise 的处理器函数 executor 中有 null,那么对应的状态会向下传递
1 | |
promise总结
https://peterzhanghui.github.io/2021/03/29/promise总结/
整理一些 promise 常考的代码执行题
如果 promise 的处理器函数 executor 中有 null,那么对应的状态会向下传递
1 | |