Skip to content

Pipes - Nkiru - JS Scrabble#23

Open
nkiruka wants to merge 36 commits into
Ada-C8:masterfrom
nkiruka:master
Open

Pipes - Nkiru - JS Scrabble#23
nkiruka wants to merge 36 commits into
Ada-C8:masterfrom
nkiruka:master

Conversation

@nkiruka

@nkiruka nkiruka commented Nov 17, 2017

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? 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
Copy Markdown

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