Today on Js ( 1 - 31/03/24)
JS Execution context
There are two types of JS execution context
Global execution context
Function execution context
Eval execution context ( won't go in-depth here)
Global Execution context
the global execution context is different for every en...
bluepaper.hashnode.dev2 min read