Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Hayden Lee
1,138 PointsYou shouldn't use loops, use html .map()
loops are for peasents check .map() for arrays and u will see why.
2 Answers

Steven Parker
228,038 PointsWhy do you call it "html .map()"?
I don't understand the "html" part.
But while very useful, the array method map doesn't always replace the need for a loop. It depends on what kind of process the loop is performing.
For example, a loop which determines the index of the array item that has the largest value would not be easily replaced using map.

Hayden Lee
1,138 Pointsyes
Hayden Lee
1,138 PointsHayden Lee
1,138 Pointsi also get your point
rhupp
11,019 Pointsrhupp
11,019 PointsOff-topic, but I'm pretty sure Steven Parker is a genius. :)
Steven Parker
228,038 PointsSteven Parker
228,038 PointsI'm flattered!
  But yea, that's a bit "off-topic'. 