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 - Kee - Scrabble #47

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

Conversation

anemonekey
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? The basic logic of the problems were the same as Ruby so I could reference our previous project.
What was a challenge you were able to overcome on this assignment? I think I got better at referencing Javascript functions/classes through this assignment.
What is your favorite thing about learning a new programming language? I like comparing and the contrasting the differences between new and old languages. Also, it's kind of exciting that I can progress faster at learning a new language after realizing I already know some similar features.
What is your least favorite thing about learning a new programming language? Getting syntax mixed up is hard. Also Javascript didn't have a lot of convenient methods that Ruby has built in.
Do you have any recommendations on how we could improve this project for the next cohort? I liked this project a lot! Not only did I get to revisit old code, I got to see testing in Javascript.

@PilgrimMemoirs
Copy link

JS Scrabble

What We're Looking For

Feature Feedback
Core Requirements
Git hygiene Mostly Good - could use more commits
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
Has highestScoringWord and highestWordScore functions Well Done - nice use of calling already defined functions
Overall
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