;(async function () { let iii = await fetch(\'some link\') iii = await iii.text(); console.log(iii) })()
When I try to fetch javascript