Iterate through a JavaScript Array with JSX and the `Array.map()` method

Share this video with your friends

Send Tweet

In this lesson, we iterate through our JavaScript Array of names using the Array.map() method, so we can display each name on the screen.