Event loop refresher

What you will learn

Short course with the most basic event loop you should know. Perfect for developers who already know javascript but wants a refresher on the event loop.

Get a fast grip of you level of knowledge about the event loop
Try out if you like the platform format
Perfect for intermediate to advanced developers

Course Progress

  1. 1

    setTimeout Basics

    How does setTimeout affect execution order?

  2. 2

    Promise Basics

    How do promises affect the event loop? Let's say we make a successful call to some API in the cloud. This is typically asynchronous. In what order will this code be executed?

  3. 3

    setTimeout vs Promise

    Which comes first: microtasks or macrotasks (a.k.a. tasks)?

  4. 4

    Async/Await Basics

    How does async/await affect execution order?

  5. 5

    Promise in setTimeout

    How do promises inside setTimeout behave?

  6. 6

    Send meny requests at once?

    What if you want to do many asynchronous operations at once?

Find Related Courses