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
It might be worthwhile doing a bit of work to go through the codebase and update vars to let and const -- which have lexical scoping rules that make it harder to shoot yourself in the foot.
The text was updated successfully, but these errors were encountered:
It might be worthwhile doing a bit of work to go through the codebase and update
var
s tolet
andconst
-- which have lexical scoping rules that make it harder to shoot yourself in the foot.The text was updated successfully, but these errors were encountered: