Files

3 lines
83 B
JavaScript

export function random_string() {
return Math.random().toString(36).slice(-5)
}