Hello Chris!
For the Array exercise in the first module, “Printing those products!”, can I add a suggestion for clarity? (especially for those who have never had any background with programming languages)
for step two of the exercise, I think at the end of “We’d like you to replace this with a conditional test that stops the loop when i is no longer less than the products array’s length.” A suggestion to subtract 1 from the length as a safety net since the Number method will not be able to parse something thats undefined depending on the method a person would attempt to solve this problem. I saw the solution was done with sub arrays, many people (such as me) may complete it without the use of an sub array.
Bests,
Air3s