Okay so I know TDZ seems like an intimidating term in the beginning, but trust me it is not! So first let's understand the difference between var, let and const. SCOPE🔎 1. var The scope of var is global when it is not declared within a function. A...
·