Skip to content

Instantly share code, notes, and snippets.

@caioagiani
Created March 26, 2022 17:17
Show Gist options
  • Select an option

  • Save caioagiani/911b6fab52e6ab194d76da586ec42086 to your computer and use it in GitHub Desktop.

Select an option

Save caioagiani/911b6fab52e6ab194d76da586ec42086 to your computer and use it in GitHub Desktop.
const accessToken = [
'fe98abc7',
'33577d71',
'fbcaf2bd',
'ab60acb4'
];
const key = accessToken[~~(Math.random() * accessToken.length)];
console.log({ key });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment