From 2fc73dc422090fe7c7417231c1825d0dfa386601 Mon Sep 17 00:00:00 2001 From: Whale2200d Date: Mon, 30 Oct 2023 13:31:45 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Feat=20:=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello.md | 7 ++++--- index.js | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/hello.md b/hello.md index 3cea797..89950ea 100644 --- a/hello.md +++ b/hello.md @@ -1,3 +1,4 @@ -hello -hello2 -hello3 +- hello +- hello2 +- hello3 +- hello4 diff --git a/index.js b/index.js index 308685a..79b8d23 100644 --- a/index.js +++ b/index.js @@ -6,6 +6,7 @@ info2.name = "ssojung"; console.log(info); console.log(info2); console.log(info === info2); // true +console.log(info === info2); // true2 /** 깊은 복사 */ // const info = { From 25530d9bbafb4cc8e66e4aacab6019856c3ed08f Mon Sep 17 00:00:00 2001 From: Whale2200d Date: Mon, 30 Oct 2023 13:32:43 +0900 Subject: [PATCH 2/2] =?UTF-8?q?Feat=20:=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello.md | 1 + index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/hello.md b/hello.md index 89950ea..2a7277c 100644 --- a/hello.md +++ b/hello.md @@ -2,3 +2,4 @@ - hello2 - hello3 - hello4 +- hello5 diff --git a/index.js b/index.js index 79b8d23..419d8c5 100644 --- a/index.js +++ b/index.js @@ -7,6 +7,7 @@ console.log(info); console.log(info2); console.log(info === info2); // true console.log(info === info2); // true2 +console.log(info === info2); // true3 /** 깊은 복사 */ // const info = {