Hoisting and Temporal dead zone(TDZ) in Javascript.
When we write javascript code and run it than the first thing would happen is It creates global execution content. Global execution has two phases 1. Variable environment or Memory creation and 2. Code Execution or Thread of Execution
So in the varia...
manojsoni.hashnode.dev3 min read