Skip to content

Instantly share code, notes, and snippets.

@leodutra
Last active July 24, 2021 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leodutra/53df3688e8467c53e330a00581431065 to your computer and use it in GitHub Desktop.
Save leodutra/53df3688e8467c53e330a00581431065 to your computer and use it in GitHub Desktop.
Create array doing mapping sample
Array.from({ length: 130 }, (_, i) => (i + 2) * 5000).reverse()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment