const game = () => {
  const question = random.int(1, 10);
  const answer = isEven(question) ? 'yes' : 'no';

  return {