Global context
Created to run the main body of your code. This is any code that exists outside of a function.
Local/function context
Code that runs within a function.
Eval
Code that runs inside eval
.
Created to run the main body of your code. This is any code that exists outside of a function.
Code that runs within a function.
Code that runs inside eval
.