Execution of JS Code ๐งโ๐ป๐จโ๐ป
Let's assume our code has just complied, post compilation the Global Execution Context(GEC) is created. There can be only one GEC irrespective of the size of the JS project.
Inside the Global Execution Context(GEC), the top-level code is been exec...
moreshwar.hashnode.dev3 min read