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
async is a keyword that is use to create async function
async function returns a promise.
Comments
Post a Comment