Bhargab.

Blog — Articles & Engineering Notes

$ cat blog/posts.md --filter=all

Blog & Articles

Thoughts, devlogs, technical deep dives, and tutorials on modern web development.

commit 4e8f17a·2026-08-05
7 min read

What is Execution Context In JavaScript?

Learn how the JavaScript Execution Context works under the hood, including memory allocation, creation vs execution phases, and thread of execution.

#JavaScript#Browser#Fundamentals
Read