We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
This was my solution. I turned it into an array and then used a forEach which probably wasn't the best for what I was doing as I've still not figured out when it's better to use a for vs forEach,
Day 2: Loops
You are viewing a single comment's thread. Return to all comments →
This was my solution. I turned it into an array and then used a forEach which probably wasn't the best for what I was doing as I've still not figured out when it's better to use a for vs forEach,