Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions sort.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down