2. All About Variables- JS
Variable Scopes
→ Scope is the area where function or a variable found.
→ JS have three main type of scopes - global , function and block scope
→ Global Scope - A variable declared outside any function or block has global scope. It can be accessed...
rajputayush.hashnode.dev3 min read