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

Gale Harrington - Carets #39

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

Conversation

galestorm
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? Not sure if this is a 'pattern', but I was happy I could use our old friend the ternary operator.
What was a challenge you were able to overcome on this assignment? I was able to understand why I kept seeing functions return 'undefined' rather than the value I needed in my program when we took a look at my code snippet in class.
What is your favorite thing about learning a new programming language? Starting to observe some of the nuances of both Ruby and JS by seeing how they are different.
What is your least favorite thing about learning a new programming language? Feeling like my Ruby is already getting rusty!
Do you have any recommendations on how we could improve this project for the next cohort?

@tildeee
Copy link

tildeee commented Nov 27, 2017

JS Scrabble

What We're Looking For

Feature Feedback
Core Requirements
Git hygiene x
Comprehension questions x
General
score calculates score, has appropriate params and return value x
highestScoreFrom calculates highest scoring word, has appropriate params and return value highestScoreFrom only checks between two items in an array 👎
Player object
Has name and plays properties x
Has play, totalScore, hasWon functions x
Has highestScoringWord and highestWordScore functions x
Overall

The score function used a lot of cool concepts! It looks really compact :)

I'm glad you got to use reduce() too!

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