enhancementgood first issue
Metriche repository
- Star
- (5 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Add a randomColor() function to generate random hex colors.
Example usage: import { randomColor } from './src/strings.js';
randomColor(); // "#3a9f2b" randomColor(); // "#ff6b35"