function choice (a){ return a[ Math.floor(Math.random() * a.length) ] } export { choice }