Skip to content

Commit 4cf37a3

Browse files
author
Wakidur Rahaman
committed
message remove
1 parent 379bbbf commit 4cf37a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript-today-magazine/bubble-sort.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ function handleBubbleSort(array) {
1616
var bubbleSortSample = [3, 4, 9, 3, 1];
1717
var bubbleSortSampleLong = [3, 4, 9, 3, 1, 10, 11, 40, 6, 4, 3, 1, 3, 4, 5, 8];
1818
// bubbleSort(bubble);
19-
console.log("Hello ", bubbleSortSample);
19+
console.log(bubbleSortSample);
2020
console.log(handleBubbleSort(bubbleSortSample));

0 commit comments

Comments
 (0)