Skip to content

Instantly share code, notes, and snippets.

@2JN
Last active May 3, 2022 02:37
Show Gist options
  • Save 2JN/39d4323e2a69eb4dd79ab4b0461d277b to your computer and use it in GitHub Desktop.
Save 2JN/39d4323e2a69eb4dd79ab4b0461d277b to your computer and use it in GitHub Desktop.
// just pass an object with a especific length property
Array.from({ length: 50 }, () => Math.floor(Math.random() * 12) + 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment