enhancementgood first issue
Repository metrics
- Stars
- (5 stars)
- PR merge metrics
- (PR metrics pending)
Description
Add a randomColor() function to generate random hex colors.
Example usage: import { randomColor } from './src/strings.js';
randomColor(); // "#3a9f2b" randomColor(); // "#ff6b35"