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
Not sure if passing a function that will be called multiple times is less confusing. We could try out this variant when a student has a hard time to get the for loop. Would be cool in general to collect some learn success data.
I'd also say that we should use sth. like forEach here on the first day and introduce loops on the second day in reference to this example maybe since a) the concept of for-loops is very complex for beginners and b) it introduces a lot of new syntax.
https://github.com/OpenTechSchool/js-beginners-4h-workshop-1/blob/gh-pages/page3.html#L98-104
can be rewritten as
since for loops are rather confusing for absolute beginners
The text was updated successfully, but these errors were encountered: