Interview Prep Cheat Sheet for JavaScript
SCOPE->
1. Global - Function, variables, Objects which could be accessable from anywhere.
2. Function - Variable and Objects accessible only inside the function.
3. Module - The scope for code running in module mode.
Call Stack->
To understand...
rohanagrawal.hashnode.dev3 min read