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
Let statement also use declaring a new variable but let create a temporary variable which removed after the variable scope. Following is the syntax to define a variable using the let keyword -