90 Flashcards
(5 cards)
1
Q
What’s in the JS Engine?
A
- Call Stack
- Heap
2
Q
What is the Call Stack?
A
where our code is executed
3
Q
What is the Heap?
A
where objects are stored
4
Q
JS Runtime?
A
refers to where your JS code is executed when you run it
5
Q
JS Runtime in the Browser: What’s in it?
A
- JS Engine: Heap and Call Stack
- Web APIs: DOM, Timers, Fetch API, …
- Callback Queue