Created
February 5, 2021 18:50
-
-
Save manavm1990/89b5d4064e3930a9c4dddde4a321f182 to your computer and use it in GitHub Desktop.
Numbers 1-100
This file contains hidden or 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
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