JavaScript Promise Functions from Mahabharat perspective
π What is a JavaScript Promise?
In JavaScript, a Promise is an object that represents the future result of an action.
It has three states:
Pending β the action is still happening.
Fulfilled (Resolv
sagarshiroya.hashnode.dev3 min read