Why i need to use return keyword in this function so the promise work correctly?

后端 未结 0 585
执笔经年
执笔经年 2021-02-05 10:25

Code:

script1.js:

function getPeople(fetch) {
  fetch(\'some API\').then(res => res.json()).then(data => {
     ret         


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