Skip to content

Instantly share code, notes, and snippets.

@DayvitSiqueira
Created February 19, 2021 02:16
Show Gist options
  • Save DayvitSiqueira/1ca2472aab0132092565f84bd64541b7 to your computer and use it in GitHub Desktop.
Save DayvitSiqueira/1ca2472aab0132092565f84bd64541b7 to your computer and use it in GitHub Desktop.
{Array.from({ length: 5 }).map((_, index) => (
<h2>
Item repetido.
</h2>
))}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment