const sample = arr => arr[Math.floor(Math.random() * arr.length)]; module.exports = sample;