Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save giovannibenussi/dbf23efb48fd19377923fde1091e59cb to your computer and use it in GitHub Desktop.
Save giovannibenussi/dbf23efb48fd19377923fde1091e59cb to your computer and use it in GitHub Desktop.
return data.rates.map(({ name, rate }) => (
<ul key={name}>
<li>
<strong>{name}</strong>: {rate}
</li>
</ul>
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment