IT

자바스크립트 비동기 관련...

roselumi 2020. 8. 8. 10:13

 async functionName() {

  await to-do;

  return;

}

Promise.resolve(