You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log(a);//(ReferenceError as it does being allocated for in execution context) memory allocation to value initilization these will be in temporal dead zone phase and it sin script block
console.log(b);//undefined(global execution context) global block
//here aslo ref error possible even without declarting var and try to access it