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 - Sarah Read-Brown - JS Scrabble #43

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

Conversation

SRBusiness
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? For the most part all of the data structures and methods that I wanted to use in Ruby were available in Javascript.
What was a challenge you were able to overcome on this assignment? I wouldn't say that there were any really huge challenges. A few small ones were taking the time to understand the testing syntax as well and having to look up the javascript way to do tons of familiar methods.
What is your favorite thing about learning a new programming language? Being able to pick up something new and apply concepts and familiar data structures to rapidly build projects.
What is your least favorite thing about learning a new programming language? Knowing how to do something in theory but struggling with small mistakes and syntax
Do you have any recommendations on how we could improve this project for the next cohort?

@droberts-sea
Copy link

JS Scrabble

What We're Looking For

Feature Feedback
Core Requirements
Git hygiene yes
Comprehension questions yes
General
score calculates score, has appropriate params and return value yes
highestScoreFrom calculates highest scoring word, has appropriate params and return value yes
Player object
Has name and plays properties yes
Has play, totalScore, hasWon functions missing hasWon
Has highestScoringWord and highestWordScore functions no
Overall This submission is missing a bunch of functionality on Player! Did you forget to push some commits?

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