Skip to content

Instantly share code, notes, and snippets.

@edgarberm
Created August 4, 2016 10:28
Show Gist options
  • Save edgarberm/8a248754c6404a2503bb026274c99ac8 to your computer and use it in GitHub Desktop.
Save edgarberm/8a248754c6404a2503bb026274c99ac8 to your computer and use it in GitHub Desktop.
Returns a numeric range by passing the upper limit
range (num) {
return [...Array(num).keys()]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment