const prepareData = () => {
  const question = random(2, 100);

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