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
The exercises used in JS 1 week 2 are part of the "legacy" JavaScript exercises. I am not entirely sure what this means and whether there are some non-legacy challenges we could swap in.
I think most of the tasks are fine, but I do have some gripes with Iterate Through an Array with a For Loop as it teaches how to loop through an array with an indexer variable when for...of should be the go-to.
The exercises used in JS 1 week 2 are part of the "legacy" JavaScript exercises. I am not entirely sure what this means and whether there are some non-legacy challenges we could swap in.
I think most of the tasks are fine, but I do have some gripes with Iterate Through an Array with a For Loop as it teaches how to loop through an array with an indexer variable when
for...ofshould be the go-to.