Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Ahmed Agiza

Ahmed Agiza

Ahmed Agiza has asked 0 questions and find answers to 3 problems.

Stats

41
EtPoint
7
Vote count
0
questions
3
answers

About

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

await generateBio();