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! While you're at it, check out some resources Treehouse students have shared here.

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

JavaScript JavaScript Loops, Arrays and Objects Simplify Repetitive Tasks with Loops What are Loops?

You shouldn't use loops, use html .map()

loops are for peasents check .map() for arrays and u will see why.

2 Answers

Steven Parker
Steven Parker
229,732 Points

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

i also get your point

Off-topic, but I'm pretty sure Steven Parker is a genius. :)

Steven Parker
Steven Parker
229,732 Points

I'm flattered! :blush:   But yea, that's a bit "off-topic'. :see_no_evil:

yes