Deepankar Ratra

Results 2 comments of Deepankar Ratra

getABC(req); async function getABC(req){ let A = await getA(req); let B = await getB(req); let C = await getC(req); } console.log('outside function') when i am calling getABC(req) method, it doesn't...