Skip to content

Instantly share code, notes, and snippets.

@wolftrax5
Created October 7, 2021 20:54
Show Gist options
  • Save wolftrax5/b7371175800bdcc4f53e23c620a6c2f6 to your computer and use it in GitHub Desktop.
Save wolftrax5/b7371175800bdcc4f53e23c620a6c2f6 to your computer and use it in GitHub Desktop.
JS tools
/// get random index from the lenght of the array
let randomIndex = Math.floor(Math.random() * array.length)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment