How to consume the Promise value?
What is consuming of Promise values?
Consuming a promise simply means taking the value obtained from the promise to process another operation. After the creation of promises, either resolved value or rejected value will be available in the process.
P...
ankitmishraindia.hashnode.dev3 min read