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
Small nit. But I noticed that there is an inconsistency between using "index" and "i" as the default loop variable name and 4 and 5 as the default max.
In Blocks we use index and 4, and in JavaScript we use i and 5, and in Python we use i and 4.