sumn2u / learn-javascript

A book that teaches JavaScript 📗💻📖
https://javascript.sumankunwar.com.np
Apache License 2.0
920 stars 147 forks source link

Add a new topic #243

Open YockerFX opened 1 month ago

YockerFX commented 1 month ago

• Asynchronous Programming:

• Explanation of Promises. • async/await syntax and its advantages. • Error handling in asynchronous code.

Abhilash107 commented 1 month ago

Great! I would like to contribute to this. Can you please assign it to me under Hacktoberfest'24, @sumn2u ?

sumn2u commented 1 month ago

Thanks for creating this feature request. We do have some content of each. Let me know if you want to expand it @Abhilash107.

• Explanation of Promises.

https://github.com/sumn2u/learn-javascript/blob/main/en/promise-async-await/promise.md

• async/await syntax and its advantages.

https://github.com/sumn2u/learn-javascript/blob/main/en/promise-async-await/async-await.md

.Error handling in asynchronous code.

https://github.com/sumn2u/learn-javascript/blob/main/en/promise-async-await/promise.md

YockerFX commented 1 month ago

Sorry that was my bad 😅