Skip to content

Gale Harrington - Carets#39

Open
galestorm wants to merge 7 commits into
Ada-C8:masterfrom
galestorm:master
Open

Gale Harrington - Carets#39
galestorm wants to merge 7 commits into
Ada-C8:masterfrom
galestorm:master

Conversation

@galestorm

Copy link
Copy Markdown

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

tildeee commented Nov 27, 2017

Copy link
Copy Markdown

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