const getGameData = () => {
  const question = getRandomInRange(1, 10);

  const answer = (isEven(question)) ? 'yes' : 'no';