Created
March 4, 2020 15:57
-
-
Save dturton/e2308ac95b977a37207e93a11c36adab to your computer and use it in GitHub Desktop.
Javascript create array of x numbers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array.from(Array(10).keys()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment