async/await js


 async is a keyword that is use to create async function

async function returns a promise.





async and await to handel promises........
we can write only inside await function




















await function suspends the function for a time being 






Comments

Popular posts from this blog

interview questions js[ Anurag Singh ProCodrr]

reactnative_creation