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 76e71eb commit b3a37f8Copy full SHA for b3a37f8
scratch/chapter4/bubble.html
@@ -10,13 +10,11 @@
10
69, 64, 66, 55, 52, 61,
11
46, 31, 57, 52, 44, 18,
12
41, 53, 55, 61, 51, 44];
13
-
14
- var highScore = getHighScore(scores);
15
16
printScores(scores);
17
18
console.log("Quantity Bubbles tests: " + scores.length);
19
- console.log("Highest bubble score: " + highScore);
+ console.log("Highest bubble score: " + getHighScore(scores) );
20
console.log("Highest scoring solutions: " + bestSolutions(scores) );
21
22
0 commit comments