We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087f4c6 commit ff2c87fCopy full SHA for ff2c87f
Notes/16-Async-EventLoops.md
@@ -0,0 +1,8 @@
1
+# Episode 16 : Asynchronous JS and Event Loops
2
+
3
+> Note that call stack will execeute any execeution context which enters it. Time, tide and JS waits for none. TLDR : Call stack has no timer
4
5
+**Browser has JS Engine which has Call Stack which has Global exec context, local exec context etc**
6
+- But browser has many other *superpowers* - Local storage space, Timer, place to enter URL, Bluetooth access, Geolocation access and so on
7
+- Now JS needs some way to connect the callstack with all these superpowers.
8
0 commit comments