ustiuzhanin/frontend-project-lvl1

View on GitHub

Showing 1 of 3 total issues

Function playGame has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const playGame = (runGame, gameDescription) => {
  console.log(`${decorate('Welcome to the Brain Games!', 'blue')}`);
  console.log(`${gameDescription}\n`);

  const name = readlineSync.question('May I have your name? ', {
Severity: Minor
Found in src/index.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language