Tagged “javascript-advanced”
-
TIL a short explainer of the Execution Context javascript javascript-advanced mdn eli5
It is an abstract concept that represents the environment in which JavaScript runs. What happens inside the execution context is two things basically. The first is parsing the code line by line and the second is storing the variables and functions into the memory.
See all tags.