Synchronous vs Asynchronous
Chapter 2
Chapter 3
Practice
Assignment
Back to core program
Week 10 Asynchronous programming
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
In the first few weeks of the Core program you have been dealing with synchronous code. Last week we already dealt with some asynchronous code (without going in much detail) when we discussed Networking and APIs. This week we will do a deep dive into asynchronous programming.
Learning goals
- Synchronous vs asynchronous code
- Callbacks: callback functions, setTimeout, setInterval, callback hell.
- Promises: then, catch, finally, chaining
- Async file IO as practice for promises and callbacks.
- Async / await
- JS Event loop
- Fetch API: practical usage sending GET and POST requests.
- AI Using Github copilot in VSCode
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0 **

*https://hackyourfuture.net/*