-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
&& Brittany Jones Ampers #36
base: master
Are you sure you want to change the base?
Conversation
JS ScrabbleWhat We're Looking For
Good work! I liked the helper functions you made, like Your indentation was off in a lot of places Also, I saw you commented out a test Other than that, looks great! |
}, | ||
}; | ||
|
||
Scrabble.Player = class { | ||
|
||
constructor(name = isRequired('name')) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What were you trying to do here?
// this._highestWordScore = 0; | ||
} | ||
|
||
plays(arrayOfWords) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this function isn't being used -- feel free to delete it!
JS Scrabble
Congratulations! You're submitting your assignment!
Comprehension Questions