Javascript Promise - spread and add other methods

后端 未结 0 1495
春和景丽
春和景丽 2020-12-12 10:45

Is it possible to make the following function?

const method = () => {
    let _reject;
    const promise = new Promise((resolve, reject) => {
      _rej         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题