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 - Nkiru - JS Scrabble #23

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

Pipes - Nkiru - JS Scrabble #23

wants to merge 36 commits into from

Conversation

nkiruka
Copy link

@nkiruka nkiruka commented Nov 17, 2017

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? Utilizing the JS MDN was very helpful (reminiscent of using ruby docs); also applied my understanding of Ruby loops, methods and classes.
What was a challenge you were able to overcome on this assignment? JavaScript syntax, specifically (commas, semi-colons, scope(where variables are declared), and creation of classes/objects.
What is your favorite thing about learning a new programming language? Identifying similarities between a familiar language and a new language. Furthermore, being able to convert Ruby code to JS and still reproduce the same result was great.
What is your least favorite thing about learning a new programming language? There will always be a learning curve when picking up a new programming language. For JS, I am still learning how to decipher error messages, which are not as explicit as Ruby error messages.
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 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