JavaScript Interview Preparation Cheat-Sheet
Today we will discuss some important topics to crack JavaScript interviews.
Scopes in JavaScript.
1. Global and Local Scope
Here we will take a real life example of a House
Global Scope
Any variable declared outside of a function is considered to b...
kartikg.hashnode.dev6 min read