const getEvenGame = () => {
  const getQuestionAndAnswer = () => {
    const randomNum = getRandomNumberToString(numMin, numMax);
    const question = randomNum;