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

Queues - Cara Comfort - JS-Scrabble #21

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

Conversation

cecomfort
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? My previous knowledge of edge cases and conditionals expedited my JS learning curve.
What was a challenge you were able to overcome on this assignment? I wanted to refractor highestScoreFrom to include more built in JS methods. While it took me a while to sort through some of the different functions allowed on arrays and strings, I gained a better understanding of how JS functions work overall and was able to rewrite this method a couple different ways.
What is your favorite thing about learning a new programming language? It's helped me realize how much we have learned the past few months! And that things get easier the second time around.
What is your least favorite thing about learning a new programming language? Syntactical differences which throw errors in one language and not another.
Do you have any recommendations on how we could improve this project for the next cohort? Introduce a few other Javascript methods such as reduce before assigning the project. While it was beneficial to look things up on my own, I felt I spent too much time understanding JS array methods, and my time would have been better spent if I had a brief intro to them.

@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 yes
Has highestScoringWord and highestWordScore functions yes
Overall

Great work overall!

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