Skip to content

Commit

Permalink
moved newPointStructure up in scope
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoolbright23 committed Apr 25, 2024
1 parent f697b33 commit 82ee558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrabble-scorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ function initialPrompt() {
console.log("Let's play some scrabble! Enter a word:");
};

let newPointStructure;

let simpleScorer;

let vowelBonusScorer;
Expand All @@ -48,8 +50,6 @@ function scorerPrompt() {}

function transform() {};

let newPointStructure;

function runProgram() {
initialPrompt();

Expand Down

0 comments on commit 82ee558

Please sign in to comment.