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
Prefer iterators (for...of) over normal for loops (using the manually indexed approach), esp since in this case where the index variable is not used for anything aside from accessing the array and setting that value to a variable.