Asynchronous JavaScript in Practice 🚀
- Timers
- Promise Static Methods
- Promise Basics
- Promise Instance Methods
- Run Multiple Async Functions
- Async/await
- Callbacks
- Recursive Structures
About
There is no goal to trap you asking what if we throw an error in Promise
constructor or write await
keyword before object with then
property. These tasks and questions are practice-oriented and aimed to teach you to operate promises in real life. Enjoy!