Files
JS/01_grundlagen/projekte/js-basics-royal-flush-template/index.js
Philippe Torrel 253411f3c9
2026-07-01 16:14:16 +02:00

5 lines
131 B
JavaScript

const SUITS = '♠♥♦♣';
const NAMES = ['2', '3', '4', '5', '6', '7', '8', '9', '10', 'J', 'Q', 'K', 'A'];
// Your code here