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 text was updated successfully, but these errors were encountered:
I think it's a great addition to the many other great resources out there. It's not the end all be all or one stop shop for becoming a software developer.
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 text was updated successfully, but these errors were encountered: