Before understanding var, let and const we have to understand something known as scope. What is scope ? Scope is a certain region of program where a defined variable can be recognised and beyond that it can’t be recognised. There are various scopes ...
rraj.hashnode.dev4 min readNo responses yet.