export function randomArrayChoice(arr){ return arr[Math.floor(Math.random() * arr.length)]; }