Skip to content

Instantly share code, notes, and snippets.

@ahmedghazi
Created October 31, 2022 15:37
Show Gist options
  • Save ahmedghazi/4d8a26bc26fb6ccfd2567e78499b7c0d to your computer and use it in GitHub Desktop.
Save ahmedghazi/4d8a26bc26fb6ccfd2567e78499b7c0d to your computer and use it in GitHub Desktop.
Array from number
// Creates an array from 0 to 24
const hours = [...Array(25).keys()]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment