We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5851f0 commit 728e5efCopy full SHA for 728e5ef
src/adagrams.js
@@ -11,5 +11,5 @@ export const scoreWord = (word) => {
11
};
12
13
export const highestScoreFrom = (words) => {
14
- // Implement this method for wave 1
+ // Implement this method for wave 4
15
0 commit comments