JS - Event Loop - explained in more detail #14
petrvecera
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As mentioned on the classes, it's important to know that there is "event loop". Aka "JS is single threaded, there is async thanks to the event loop". But for those who are interested, here is great video explaining how it works.
https://youtu.be/eiC58R16hb8
Beta Was this translation helpful? Give feedback.
All reactions