neerajrathore / javascript-handbook

A handbook 📚 that summaries concepts of JavaScript.
https://javascript-handbook.vercel.app
MIT License
25 stars 39 forks source link

Using Promises in Async/Await and Using Promise.resolve() and Promise.reject(): #59

Closed sajalgarg45 closed 1 month ago

sajalgarg45 commented 1 month ago

Category of documentation update

File name - promise/Readme.md

Addition of Newer Topics .. Required for Every Javascript User to read it and implement it in their work

Describe the change you think might work

1) Using Promises in Async/Await:

Additional information

Added the 2 imortant text columns I think required for everyone to understand the promise concept In javascript

Do you want to work on this issue?

Yes