Skip to content

Instantly share code, notes, and snippets.

@eamonnboyle
Created February 22, 2021 15:23
Show Gist options
  • Save eamonnboyle/de4fe673b9c4965d5ac3ad4ba188dd82 to your computer and use it in GitHub Desktop.
Save eamonnboyle/de4fe673b9c4965d5ac3ad4ba188dd82 to your computer and use it in GitHub Desktop.
Weather App Tutorial - Repeating Elements
<tbody>
{locations.map(location =>
<tr><td>{location}</td></tr>
)}
</tbody>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment