From 7939d016f2e57d466f7667163abf7f439f25390f Mon Sep 17 00:00:00 2001 From: github Kassy Date: Thu, 5 May 2022 10:30:26 +0900 Subject: [PATCH] =?UTF-8?q?3=E7=95=AA=E7=9B=AE=E3=81=AE=E3=82=B3=E3=83=A1?= =?UTF-8?q?=E3=83=B3=E3=83=88=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sort.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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);