From 58476b8b1c86629467bc992f001c36c251e3109b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20D=C6=B0=C6=A1ng=20Qu=E1=BB=91c=20Th=C3=A1?= =?UTF-8?q?i?= Date: Mon, 12 Feb 2024 12:51:11 +0700 Subject: [PATCH 1/8] Done task 17 --- task-17-sub-01.js | 1 + task-17-sub-02.js | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 task-17-sub-02.js diff --git a/task-17-sub-01.js b/task-17-sub-01.js index adb6b11..2a75362 100644 --- a/task-17-sub-01.js +++ b/task-17-sub-01.js @@ -1,3 +1,4 @@ /** * Completed task 17 sub 01 */ +console.log("task 17 sub 1"); \ No newline at end of file diff --git a/task-17-sub-02.js b/task-17-sub-02.js deleted file mode 100644 index 7030126..0000000 --- a/task-17-sub-02.js +++ /dev/null @@ -1,3 +0,0 @@ -/** - * Completed task 17 sub 02 - */ From 0a54fd78fb2a27de88d183dd8865d6765de198a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20D=C6=B0=C6=A1ng=20Qu=E1=BB=91c=20Th=C3=A1?= =?UTF-8?q?i?= Date: Thu, 15 Feb 2024 15:14:57 +0700 Subject: [PATCH 2/8] Edit more task 17 --- task-17-sub-01.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/task-17-sub-01.js b/task-17-sub-01.js index 2a75362..7564aa9 100644 --- a/task-17-sub-01.js +++ b/task-17-sub-01.js @@ -1,4 +1,5 @@ /** * Completed task 17 sub 01 */ -console.log("task 17 sub 1"); \ No newline at end of file +console.log("task 17 sub 1"); +console.log("Test task 17 sub 1") \ No newline at end of file From 6dc921812924f4af06b9391e4aa697a5911f9f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20D=C6=B0=C6=A1ng=20Qu=E1=BB=91c=20Th=C3=A1?= =?UTF-8?q?i?= Date: Thu, 15 Feb 2024 15:54:05 +0700 Subject: [PATCH 3/8] Update task_17 again --- task-17-sub-01.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/task-17-sub-01.js b/task-17-sub-01.js index 7564aa9..1db6f83 100644 --- a/task-17-sub-01.js +++ b/task-17-sub-01.js @@ -2,4 +2,5 @@ * Completed task 17 sub 01 */ console.log("task 17 sub 1"); -console.log("Test task 17 sub 1") \ No newline at end of file +console.log("Test task 17 sub 1") +console.log("Test task 17 sub 2") From d243e195ac4a7f63b9525fc318f95e4d3d6905ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20D=C6=B0=C6=A1ng=20Qu=E1=BB=91c=20Th=C3=A1?= =?UTF-8?q?i?= Date: Thu, 15 Feb 2024 21:15:16 +0700 Subject: [PATCH 4/8] Update task 18 --- task-18-sub-01.js | 1 + 1 file changed, 1 insertion(+) diff --git a/task-18-sub-01.js b/task-18-sub-01.js index 8d7debf..cb93c05 100644 --- a/task-18-sub-01.js +++ b/task-18-sub-01.js @@ -1,3 +1,4 @@ /** * Completed task 18 sub 01 */ +console.log("This is task 18") \ No newline at end of file From e63688fb3da5c07998b76c46ad8114c1ac0254c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20D=C6=B0=C6=A1ng=20Qu=E1=BB=91c=20Th=C3=A1?= =?UTF-8?q?i?= Date: Thu, 15 Feb 2024 21:15:16 +0700 Subject: [PATCH 5/8] Update task 18 --- task-18-sub-01.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/task-18-sub-01.js b/task-18-sub-01.js index 8d7debf..c6b632d 100644 --- a/task-18-sub-01.js +++ b/task-18-sub-01.js @@ -1,3 +1,5 @@ /** * Completed task 18 sub 01 */ +console.log("This is task 18") +console.log("Updat this task 18 more"); \ No newline at end of file From 4a9c9da9a9496730252880fb861696c79a649774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20D=C6=B0=C6=A1ng=20Qu=E1=BB=91c=20Th=C3=A1?= =?UTF-8?q?i?= Date: Thu, 15 Feb 2024 21:42:02 +0700 Subject: [PATCH 6/8] I just delete all --- task-17-sub-01.js | 4 +--- task-18-sub-01.js | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/task-17-sub-01.js b/task-17-sub-01.js index 1db6f83..a532a1e 100644 --- a/task-17-sub-01.js +++ b/task-17-sub-01.js @@ -1,6 +1,4 @@ /** * Completed task 17 sub 01 */ -console.log("task 17 sub 1"); -console.log("Test task 17 sub 1") -console.log("Test task 17 sub 2") +console.log("I just delete all"); diff --git a/task-18-sub-01.js b/task-18-sub-01.js index ce15bb5..805bd14 100644 --- a/task-18-sub-01.js +++ b/task-18-sub-01.js @@ -2,6 +2,5 @@ * Completed task 18 sub 01 */ -console.log("This is task 18") +console.log("This is task 18"); console.log("Updat this task 18 more"); - From facc007bd7a0a089c28441596a009fb23bdea1ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20D=C6=B0=C6=A1ng=20Qu=E1=BB=91c=20Th=C3=A1?= =?UTF-8?q?i?= Date: Fri, 16 Feb 2024 10:01:14 +0700 Subject: [PATCH 7/8] Add task 22 (#4) --- task-22.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 task-22.js diff --git a/task-22.js b/task-22.js new file mode 100644 index 0000000..5d9632e --- /dev/null +++ b/task-22.js @@ -0,0 +1 @@ +console.log("This is new task 22!"); From 64eac09598e385091505edd6090f2eb8c37761ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20D=C6=B0=C6=A1ng=20Qu=E1=BB=91c=20Th=C3=A1?= =?UTF-8?q?i?= Date: Fri, 16 Feb 2024 09:58:13 +0700 Subject: [PATCH 8/8] Hello small update with task 22 --- task-22.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 task-22.js diff --git a/task-22.js b/task-22.js new file mode 100644 index 0000000..e3c581b --- /dev/null +++ b/task-22.js @@ -0,0 +1,3 @@ +console.log("This is new task 22!"); +console.log("This is continue from task 22"); +console.log("Resolved conflict"); \ No newline at end of file