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

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