Skip to content

Instantly share code, notes, and snippets.

@mlassoff
Created October 11, 2022 00:55
Show Gist options
  • Save mlassoff/9824d609704d9375dd6410f45de520a0 to your computer and use it in GitHub Desktop.
Save mlassoff/9824d609704d9375dd6410f45de520a0 to your computer and use it in GitHub Desktop.
let cards = [
'AH', '2H', '3H', '4H', '5H', '6H', '7H', '8H', '9H', '10H', 'JH', 'QH', 'KH',
'AD', '2D', '3D', '4D', '5D', '6D', '7D', '8D', '9D', '10D', 'JD', 'QD', 'KD',
'AS', '2S', '3S', '4S', '5S', '6S', '7S', '8S', '9S', '10S', 'JS', 'QS', 'KS',
'AC', '2C', '3C', '4C', '5C', '6C', '7C', '8C', '9C', '10C', 'JC', 'QC', 'KC'
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment