91 Flashcards
(1 cards)
1
Q
What’s inside an Execution Context?
A
- Variable Environment:
let and const declarations
functions
arguments object (##) - Scope Chain
- this Keyword (##)
(##) : NOT in arrow functions
let, const declarations
What’s inside an Execution Context?
(##) : NOT in arrow functions
let, const declarations