Javascript interview cheat sheet
Topic:- scope
Topic:-Single-threaded
Topic:-call stack
Topic:-Hoisting
This article is going to be about scopes in javascript:-
The scope is the area in code from where a variable can be accessed
Types of scopes in javascript
In javascript, there are two types of scope
-Global scope
- local scope
A local scope can ...
rishuk524.hashnode.dev6 min read