Skip to content

Instantly share code, notes, and snippets.

@zsytssk
Created October 7, 2018 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zsytssk/aefc97da343635cbef8e6c94f16c5e57 to your computer and use it in GitHub Desktop.
Save zsytssk/aefc97da343635cbef8e6c94f16c5e57 to your computer and use it in GitHub Desktop.
array random item
Math.floor(Math.random() * Math.floor(max));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment