Skip to content

Commit 8f1d396

Browse files
author
PB Sweep
committed
Add js_behind_the_scenes.md
1 parent 0caf605 commit 8f1d396

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

notes/js_behind_the_scenes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# JavaScript - Behind the scenes
2+
3+
Non-blocking event loop: JavaScript runs in a single thread. For non-blocking behaviour, it uses an event loop, i.e. it takes long running tasks, executes them in the "background", and puts them back in the main thread once finished.
4+

0 commit comments

Comments
 (0)