91 Flashcards

(1 cards)

1
Q

What’s inside an Execution Context?

A
  1. Variable Environment:
    let and const declarations
    functions
    arguments object (##)
  2. Scope Chain
  3. this Keyword (##)

(##) : NOT in arrow functions

let, const declarations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly