This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Description
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.