Don't what to choose? pikkr returns a random element from an array, so you don't have to.
$ npm install pikkr
import pikkr from 'pikkr';
// feed it an array of anything
const result = pikkr(['hi', 2, { name: 'Fred' }]);
console.log(result);
//=> randomly chosen element from the array is returned
ISC © Melanie Seltzer