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
Here you use let for variables that don't seem to ever be re-assigned, and in the same file you also use var and const. As far as I can see everything in that file could be a const.
Not a big deal and probably won't break anything but why not be consistent :)
The text was updated successfully, but these errors were encountered:
Not sure your use of these is totally consistent.
Here you use
let
for variables that don't seem to ever be re-assigned, and in the same file you also usevar
andconst
. As far as I can see everything in that file could be aconst
.Not a big deal and probably won't break anything but why not be consistent :)
The text was updated successfully, but these errors were encountered: