All about Scope in JS
So before starting let's understand what scope actually means. To answer that Scope can be defined as a part of the program where the variable is accessible or visible.
Javascript allows you to declare variables using 3 ways i.e using var, let, and c...
mohdjasirkhan.tech3 min read