const primeGame = () => ({
  getDescription: 'Is this number prime?',

  getQuiz: () => {
    const number = getRandomNumber(100);