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
Using var keyword, it will not produce error in line no. 1, rather it will output undefined. But, while using let and const keyword it will produce reference error.