Skip to content

Instantly share code, notes, and snippets.

@mitchallen
Created January 11, 2022 09:11
Show Gist options
  • Select an option

  • Save mitchallen/e91157cc78690bc26e78619d8499ea71 to your computer and use it in GitHub Desktop.

Select an option

Save mitchallen/e91157cc78690bc26e78619d8499ea71 to your computer and use it in GitHub Desktop.
// Author: Mitch Allen
// File: rolldice.js
export const rollDice = (list) => list[Math.floor(Math.random() * list.length)];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment