In simple word, when we declare a variable using let or const keyword but try to access before it is declared and initialized. This dead zone starts from the code-block where it is started. A simple code snippet to understand. console.log(`I am varia...
torjuman.hashnode.dev2 min read
No responses yet.