Skip to content

Instantly share code, notes, and snippets.

View alekseypetrenko's full-sized avatar

Oleksii Petrenko alekseypetrenko

  • Valtech
  • Ukraine
View GitHub Profile
import {
CardGroup,
OddsCalculator,
type Card as PokerToolsCard,
} from "poker-tools";
// Готовая функция для перемешивания колоды
export function shuffle<T>(array: Array<T>) {
let currentIndex = array.length,
randomIndex;

Оцінка лендінга виконується за наступними критеріями:

  1. Code Quality
  2. Performance
  3. Functionality
  4. User Experience
  5. Testing
  6. Documentation

Code Quality

Readability and Maintainability HTML