Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 876 Bytes

feedback.md

File metadata and controls

30 lines (25 loc) · 876 Bytes

JS Adagrams

What We're Looking For

Feature Feedback
General
Answered comprehension questions
Small commits with meaningful commit messages
Code Requirements
drawLetters method
Uses appropriate data structure to store the letter distribution
All tests for drawLetters pass
usesAvailableLetters method
All tests for usesAvailableLetters pass
scoreWord method
Uses appropriate data structure to store the letter scores
All tests for scoreWord pass
Optional
highestScoreFrom method
Appropriately handles edge cases for tie-breaking logic
All tests for highestScoreFrom pass
Overall