Spaces:
Runtime error
Runtime error
| export const pick = (items: string[]) => items[Math.floor(Math.random()*items.length)] | |
| export const pick = (items: string[]) => items[Math.floor(Math.random()*items.length)] | |