Skip to content

Instantly share code, notes, and snippets.

@dturton
Created March 4, 2020 15:57
Show Gist options
  • Save dturton/e2308ac95b977a37207e93a11c36adab to your computer and use it in GitHub Desktop.
Save dturton/e2308ac95b977a37207e93a11c36adab to your computer and use it in GitHub Desktop.
Javascript create array of x numbers
Array.from(Array(10).keys())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment