Execution Context
Term side of the Card
Topic: Basics
Unit title: Execution Context
Categories: Concept
Explanation side of the Card
Explanation: The environment in which JavaScript code is evaluated and executed. It includes variables, objects and functions that are accessible at a specific point in the code. There are three main types of execution contexts: global context, function context and `eval` context.