I have example function like below:
async function f1() { let sample = await doFetch().then(res => { return res.sample; }); re