Promise and async/await
What is promise?
A Promise is something in JavaScript that accomplish a task sometime in the future, not at the moment.This means it doesn't give output immediately but takes some time.In short, promise is like WAADA 🤦♂️
A Promise goes through thre...
understand-functions.hashnode.dev5 min read