(async () => { for(let params of paramsArr) { let response = await fetch(uri, params).then((response)=>{if(response.res) {} }) } })();