Ahmed Agiza

360
reputation
1
7

const generateBio = () => new Promise(resolve => resolve('In Progress..'));

await generateBio();