Skip to content

Instantly share code, notes, and snippets.

@manavm1990
Created February 5, 2021 18:50
Show Gist options
  • Save manavm1990/89b5d4064e3930a9c4dddde4a321f182 to your computer and use it in GitHub Desktop.
Save manavm1990/89b5d4064e3930a9c4dddde4a321f182 to your computer and use it in GitHub Desktop.
Numbers 1-100
const nums = Array.from({length: 50}, (_, i) => i + 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment