Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 726 Bytes

Execution Context.md

File metadata and controls

19 lines (9 loc) · 726 Bytes

Thread of Executions

Screen Shot 2021-12-19 at 12 28 17

As we know, inputNumber is parameter, and 3 is argument

IMG_0907

We only have One threads of execution, that means we only do One thing at a time

Callstack:

As soon as we hit return, current callstack poped out.

There is always a global() function on the bottom of the callstack IMG_0908