Skip to content

r4pt0s/master-the-event-loop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Master The Event Loop

This project was bootstrapped with Create React App.

If you are a Javascript developer then you are already familiar with how Javascript works, right? Well, it might not be the case. You are maybe writing Javascript code since years but still don't understand how the language works under the hood. You may have heard about terms such as "Call Stack, Callback Queue, Event Loop" but what's the deal with them? Did you ask yourself, Why is that, that javascript executes my code not in order if I use a callback function with a settimeout with a delay of 0 right before the console.log?

If you are finding answers to the above questions then you found the right place. This project exactly addresses this fact & tries to explain this fundamental process visually and in words.

We are basically building a improved version of this awesome project

Deployed on Netlify

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.4%
  • CSS 8.8%
  • HTML 4.8%