Skip to content
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

Pipes - Bennett - Scrabble #40

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

bennettrahn
Copy link

JS Scrabble

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
What patterns were you able to use from your Ruby knowledge to apply to JavaScript? Really most of them - loops and methods and conditionals all work in more or less the same way.
What was a challenge you were able to overcome on this assignment? SYNTAX - I would run tests and wade through 5 dumb errors like a comma instead of a semicolon, a missing paren, what have you.
What is your favorite thing about learning a new programming language? Its not boring. Its exciting to make your brain switch languages. Its like translating from English to Spanish or something. A nice little brain workout.
What is your least favorite thing about learning a new programming language? Nothing?
Do you have any recommendations on how we could improve this project for the next cohort? Nope.

@PilgrimMemoirs
Copy link

JS Scrabble

What We're Looking For

Feature Feedback
Core Requirements
Git hygiene Should commit more often
Comprehension questions Well Done
General
score calculates score, has appropriate params and return value Well Done
highestScoreFrom calculates highest scoring word, has appropriate params and return value Well Done
Player object
Has name and plays properties Well Done
Has play, totalScore, hasWon functions Well Done - nice use of ternary operator in hasWon()
Has highestScoringWord and highestWordScore functions Well Done - nice work utilizing Scrabble functions
Overall
Really liked seeing the tilebag extension, and with tests
Submission meets project expectations, great work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants