Skip to content

Commit

Permalink
Merge pull request #7 from LaunchCodeEducation/assignment-2-patch
Browse files Browse the repository at this point in the history
moved newPointStructure up in scope
  • Loading branch information
jwoolbright23 authored May 1, 2024
2 parents f697b33 + 82ee558 commit 6e47da9
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 6e47da9

Please sign in to comment.