JavaScript - Execution Context
Execution Context
The execution context in JavaScript is an OBJECT that gathers environmental information to provide the code to be executed. When a certain execution context is activated, JavaScript performs the following actions:
It hoists declare...
siwonlog.hashnode.dev9 min read