Skip to content

Instantly share code, notes, and snippets.

@arelra
Last active January 16, 2023 14:26
Show Gist options
  • Save arelra/43f64ee8f355e585d2bf454330036b2a to your computer and use it in GitHub Desktop.
Save arelra/43f64ee8f355e585d2bf454330036b2a to your computer and use it in GitHub Desktop.
const targets = ['cj', 'dl', 'ei', 'jk', 'rl', 'sa', 'sb'];
const bullet = Math.floor(Math.random() * targets.length);
const shot = targets[bullet];
console.log(shot);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment