JavaScript Basics- Scopes & Hoisting
If you're a JS beginner, you must have heard about these words.
Let's get in depth to understand more about these concepts in JS.
What is a Scope in JS?
A scope in JS is a context in which values and expressions are visible or can be referenced.
In s...
devdebarshi.hashnode.dev4 min read