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
I see how that could be a problem. Maybe a solution would be to have a disclaimer (for lack of a better word) at the start of the first article, stating that it is better to use let and const rather than var with an explanation of the differences between the three.
Basically what the title says. In all the examples,
var
is used to declare variables. However, it is better practice to uselet
.The text was updated successfully, but these errors were encountered: