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
var has been superseded by const and let and there's no longer any reason to use it. Prohibiting its use is a precursor step before adding a rule about let that we discussed in our const conversations.
The text was updated successfully, but these errors were encountered:
var
has been superseded byconst
andlet
and there's no longer any reason to use it. Prohibiting its use is a precursor step before adding a rule aboutlet
that we discussed in ourconst
conversations.The text was updated successfully, but these errors were encountered: