const startBrainCalcGame = () => {
  console.log('Welcome to the Brain Games!');
  console.log('What is the result of the expression?\n');

  const username = readlineSync.question('May I have your name? ');