JS Fundamentals #12 β π§΅ JavaScript Variable Hoisting & Temporal Dead Zone (TDZ)
If you've ever wondered why JavaScript sometimes throws a ReferenceError even though your variable is declared β you're not alone. The answer lies in two concepts: hoisting and the Temporal Dead Zone (TDZ).
π§ What is Hoisting?
Hoisting is JavaScrip...
pushpesh-js-articles.hashnode.dev3 min read