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:
The async/await syntax is built on top of promises and allows for even cleaner code when handling asynchronous operations.
2) Using Promise.resolve() and Promise.reject():
These static methods quickly create resolved or rejected promises, often useful in testing or forcing specific promise states.
Additional information
Added the 2 imortant text columns I think required for everyone to understand the promise concept In javascript
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