Skip to content

Commit b84c8c5

Browse files
committed
updates
1 parent 8601e1c commit b84c8c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chapter4/bubbles.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252

5353
// Actually Frank was right; you can do it one loop.
5454
// But it's more complex. Here's how:
55+
/*
5556
for (var i = 0; i < scores.length; ++i){
5657
output = "Bubble solution #" + i + " score:" + scores[i];
5758
console.log(output);
@@ -63,6 +64,7 @@
6364
}
6465
}
6566
console.log("Best solutions: " + bestSolutions);
67+
*/
6668

6769

6870
</script>

0 commit comments

Comments
 (0)