How JavaScript Works ๐ฅ& Execution Context
"Everything in JavaScript happens inside an Execution Context"
Consider Execution Context as a box with 2 Columns as follows:
Memory Component or Variable Environment:
This is the place where all the variables & functions etc, are stored in the f...
hdeep61034.hashnode.dev1 min read