diff --git a/sort.js b/sort.js index cb01b13..74010d0 100644 --- a/sort.js +++ b/sort.js @@ -7,8 +7,9 @@ var sortNumber = function (number) { }); }; -// This is the first commit -// This is the second commit +// This is the first comment +// This is the second comment +// This is the third comment var number = [19, 3, 81, 1, 24, 21]; sortNumber(number);