Today I Learned - Rocky Kev

Tagged “javascript-advanced”

  1. TIL a short explainer of the Execution Context

    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.