JavaScript interview preparation cheat sheet
First we will discuss about Scope in Java Script.
Scope in JS:
A variable’s scope is the part of a program where it is available for use.
JavaScript variables are lexically scoped, meaning that we can determine a variable’s scope from where it is ...
deeptidubey.hashnode.dev7 min read
Alok Verma
I am a fullstack developer
Nice One